Uses of Interface
com.atlassian.bamboo.plan.branch.ChainBranch
-
-
Uses of ChainBranch in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return ChainBranch Modifier and Type Method Description @NotNull ChainBranch
MutablePlanBranchPullRequest. getChainBranch()
@NotNull ChainBranch
PlanBranchPullRequestEntity. getChainBranch()
Methods in com.atlassian.bamboo.build with parameters of type ChainBranch Modifier and Type Method Description @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)
Constructors in com.atlassian.bamboo.build with parameters of type ChainBranch Constructor Description PlanBranchPullRequestEntity(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest)
-
Uses of ChainBranch in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return ChainBranch Modifier and Type Method Description ChainBranch
ChainBranchCreationServiceImpl. getNewInstance()
-
Uses of ChainBranch in com.atlassian.bamboo.migration.stream.build
Methods in com.atlassian.bamboo.migration.stream.build that return ChainBranch Modifier and Type Method Description ChainBranch
ChainBranchMapper. createPlanEntity()
Methods in com.atlassian.bamboo.migration.stream.build with parameters of type ChainBranch Modifier and Type Method Description protected 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
Methods in com.atlassian.bamboo.plan that return types with arguments of type ChainBranch Modifier and Type Method Description @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
Classes in com.atlassian.bamboo.plan.branch that implement ChainBranch Modifier and Type Class Description class
ChainBranchImpl
Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type ChainBranch Modifier and Type Method Description @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)
Constructors in com.atlassian.bamboo.plan.branch with parameters of type ChainBranch Constructor Description MutablePlanBranchMetadata(@NotNull ChainBranch chainBranch)
-
Uses of ChainBranch in com.atlassian.bamboo.plan.branch.cache
Constructors in com.atlassian.bamboo.plan.branch.cache with parameters of type ChainBranch Constructor Description ImmutableChainBranchImpl(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
-
Uses of ChainBranch in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return types with arguments of type ChainBranch Modifier and Type Method Description List<ChainBranch>
ChainActionSupport. getChainBranches()
-