Uses of Interface
com.atlassian.bamboo.plan.branch.ChainBranch
Package
Description
-
Uses of ChainBranch in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@NotNull ChainBranch
MutablePlanBranchPullRequest.getChainBranch()
@NotNull ChainBranch
PlanBranchPullRequestEntity.getChainBranch()
Modifier and TypeMethodDescription@NotNull MutablePlanBranchPullRequest
PlanBranchPullRequestDao.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) @NotNull MutablePlanBranchPullRequest
PlanBranchPullRequestDaoImpl.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) @NotNull PlanBranchPullRequest
PlanBranchPullRequestService.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) Creates a new link between chain branch and pull request.@NotNull PlanBranchPullRequest
PlanBranchPullRequestServiceImpl.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) void
MutablePlanBranchPullRequest.setChainBranch
(@NotNull ChainBranch chainBranch) void
PlanBranchPullRequestEntity.setChainBranch
(@NotNull ChainBranch chainBranch) ModifierConstructorDescriptionPlanBranchPullRequestEntity
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) -
Uses of ChainBranch in com.atlassian.bamboo.build.creation
-
Uses of ChainBranch in com.atlassian.bamboo.migration.stream.build
Modifier and TypeMethodDescriptionprotected void
ChainBranchMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull ChainBranch plan, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
ChainBranchMapper.importProperties
(@NotNull ChainBranch chain, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) -
Uses of ChainBranch in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@NotNull List<ChainBranch>
PlanDao.getBranchesForChain
(ImmutableChain chain) Returns all branches which have the given chain as their master@NotNull List<ChainBranch>
PlanHibernateDao.getBranchesForChain
(ImmutableChain chain) -
Uses of ChainBranch in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescription@NotNull List<ChainBranch>
ChainBranchManager.getBranchesForChain
(@NotNull ImmutableChain chain) Get all feature branches associated with the given chain@NotNull List<ChainBranch>
ChainBranchManagerImpl.getBranchesForChain
(@NotNull ImmutableChain chain) -
Uses of ChainBranch in com.atlassian.bamboo.plan.branch.cache
ModifierConstructorDescriptionImmutableChainBranchImpl
(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelDao labelDao, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, @NotNull BuildDefinition buildDefinition) -
Uses of ChainBranch in com.atlassian.bamboo.ww2.actions