Uses of Class
software.aws.awsprototypingsdk.nxmonorepo.NXConfig.Builder
-
Packages that use NXConfig.Builder Package Description software.aws.awsprototypingsdk.nxmonorepo The nx-monorepo package vends a NxMonorepoProject Projen construct that adds NX monorepo support and manages your yarn/npm/pnpm workspaces on your behalf. -
-
Uses of NXConfig.Builder in software.aws.awsprototypingsdk.nxmonorepo
Methods in software.aws.awsprototypingsdk.nxmonorepo that return NXConfig.Builder Modifier and Type Method Description NXConfig.BuilderNXConfig.Builder. affectedBranch(String affectedBranch)Sets the value ofNXConfig.getAffectedBranch()static NXConfig.BuilderNXConfig. builder()NXConfig.BuilderNXConfig.Builder. implicitDependencies(Map<String,? extends List<String>> implicitDependencies)Sets the value ofNXConfig.getImplicitDependencies()NXConfig.BuilderNXConfig.Builder. nxCloudReadOnlyAccessToken(String nxCloudReadOnlyAccessToken)Sets the value ofNXConfig.getNxCloudReadOnlyAccessToken()NXConfig.BuilderNXConfig.Builder. nxIgnore(List<String> nxIgnore)Sets the value ofNXConfig.getNxIgnore()NXConfig.BuilderNXConfig.Builder. targetDependencies(Map<String,? extends List<? extends TargetDependency>> targetDependencies)Sets the value ofNXConfig.getTargetDependencies()Constructors in software.aws.awsprototypingsdk.nxmonorepo with parameters of type NXConfig.Builder Constructor Description Jsii$Proxy(NXConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theNXConfig.Builder.
-