Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
Package
Description
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
Modifier and TypeMethodDescriptionAnyVcsRepository.branchConfiguration
(@Nullable Map<String, Object> branchConfiguration) Sets branch part of the configuration.AnyVcsRepository.branchDetectionConfiguration
(@Nullable Map<String, Object> branchDetectionConfiguration) Sets branch detection part of the configuration.AnyVcsRepository.changeDetectionConfiguration
(@Nullable VcsChangeDetection changeDetectionConfiguration) Sets change detection part of the configuration.AnyVcsRepository.serverConfiguration
(@Nullable Map<String, Object> serverConfiguration) Sets server part of the configuration.