Uses of Interface
com.atlassian.bamboo.vcs.runtime.VcsBranchCreator
-
-
Uses of VcsBranchCreator in com.atlassian.bamboo.plugins.bitbucket.v2
Classes in com.atlassian.bamboo.plugins.bitbucket.v2 that implement VcsBranchCreator Modifier and Type Class Description class
BitbucketCloudBranchCreator
-
Uses of VcsBranchCreator in com.atlassian.bamboo.plugins.git.v2
Classes in com.atlassian.bamboo.plugins.git.v2 that implement VcsBranchCreator Modifier and Type Class Description class
GitBranchCreator
-
Uses of VcsBranchCreator in com.atlassian.bamboo.plugins.stash.v2
Classes in com.atlassian.bamboo.plugins.stash.v2 that implement VcsBranchCreator Modifier and Type Class Description class
BitbucketServerBranchCreator
-
Uses of VcsBranchCreator in com.atlassian.bamboo.repository.svn.v2
Classes in com.atlassian.bamboo.repository.svn.v2 that implement VcsBranchCreator Modifier and Type Class Description class
SvnBranchCreator
-
Uses of VcsBranchCreator in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return VcsBranchCreator Modifier and Type Method Description @Nullable VcsBranchCreator
LegacyRepositoryModuleDescriptor. getBranchCreator()
-
Uses of VcsBranchCreator in com.atlassian.bamboo.vcs.module
Methods in com.atlassian.bamboo.vcs.module that return VcsBranchCreator Modifier and Type Method Description @Nullable VcsBranchCreator
VcsRepositoryModuleDescriptor. getBranchCreator()
@Nullable VcsBranchCreator
VcsRepositoryModuleDescriptorImpl. getBranchCreator()
-