Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryBranch
Packages that use VcsRepositoryBranch
Package
Description
Plan, plan branches, stages and jobs.
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 VcsRepositoryBranch in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type VcsRepositoryBranchModifier and TypeMethodDescriptionPlan.repositoryBranches
(@NotNull VcsRepositoryBranch... repositoryBranches) Defines which branches should be built by this plan or plan branch. -
Uses of VcsRepositoryBranch in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsRepositoryBranchModifier and TypeMethodDescriptionVcsRepositoryBranch.branchDisplayName
(@NotNull String branchDisplayName) Specifies display name for the branch.VcsRepositoryBranch.branchName
(@NotNull String branchName) Specifies a branch.