Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
-
Packages that use AnyVcsRepository Package Description com.atlassian.bamboo.specs.api.builders.repository Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types. -
-
Uses of AnyVcsRepository in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return AnyVcsRepository Modifier and Type Method Description AnyVcsRepositoryAnyVcsRepository. branchConfiguration(@Nullable java.util.Map<java.lang.String,java.lang.Object> branchConfiguration)Sets branch part of the configuration.AnyVcsRepositoryAnyVcsRepository. branchDetectionConfiguration(@Nullable java.util.Map<java.lang.String,java.lang.Object> branchDetectionConfiguration)Sets branch detection part of the configuration.AnyVcsRepositoryAnyVcsRepository. changeDetectionConfiguration(@Nullable VcsChangeDetection changeDetectionConfiguration)Sets change detection part of the configuration.AnyVcsRepositoryAnyVcsRepository. serverConfiguration(@Nullable java.util.Map<java.lang.String,java.lang.Object> serverConfiguration)Sets server part of the configuration.
-