Uses of Interface
com.atlassian.bamboo.vcs.configurator.VcsBranchDetectionOptionsConfigurator
-
Packages that use VcsBranchDetectionOptionsConfigurator Package Description com.atlassian.bamboo.repository.svn.v2.configurator com.atlassian.bamboo.vcs.configuration.legacy com.atlassian.bamboo.vcs.module -
-
Uses of VcsBranchDetectionOptionsConfigurator in com.atlassian.bamboo.repository.svn.v2.configurator
Classes in com.atlassian.bamboo.repository.svn.v2.configurator that implement VcsBranchDetectionOptionsConfigurator Modifier and Type Class Description class
SvnBranchDetectionOptionsConfigurator
-
Uses of VcsBranchDetectionOptionsConfigurator in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsBranchDetectionOptionsConfigurator Modifier and Type Method Description @Nullable VcsBranchDetectionOptionsConfigurator
LegacyRepositoryModuleDescriptor. getVcsBranchDetectionOptionsConfigurator()
-
Uses of VcsBranchDetectionOptionsConfigurator in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsBranchDetectionOptionsConfigurator Modifier and Type Method Description @Nullable VcsBranchDetectionOptionsConfigurator
VcsRepositoryModuleDescriptor. getVcsBranchDetectionOptionsConfigurator()
@Nullable VcsBranchDetectionOptionsConfigurator
VcsRepositoryModuleDescriptorImpl. getVcsBranchDetectionOptionsConfigurator()
-