Modifier and Type | Method and Description |
---|---|
ChainBranch |
PlanBranchPullRequestEntity.getChainBranch() |
ChainBranch |
MutablePlanBranchPullRequest.getChainBranch() |
Modifier and Type | Method and Description |
---|---|
MutablePlanBranchPullRequest |
PlanBranchPullRequestDaoImpl.create(ChainBranch chainBranch,
MutableVcsPullRequest vcsPullRequest) |
PlanBranchPullRequest |
PlanBranchPullRequestServiceImpl.create(ChainBranch chainBranch,
MutableVcsPullRequest vcsPullRequest) |
MutablePlanBranchPullRequest |
PlanBranchPullRequestDao.create(ChainBranch chainBranch,
MutableVcsPullRequest vcsPullRequest) |
PlanBranchPullRequest |
PlanBranchPullRequestService.create(ChainBranch chainBranch,
MutableVcsPullRequest vcsPullRequest)
Creates a new link between chain branch and pull request.
|
void |
PlanBranchPullRequestEntity.setChainBranch(ChainBranch chainBranch) |
void |
MutablePlanBranchPullRequest.setChainBranch(ChainBranch chainBranch) |
Constructor and Description |
---|
PlanBranchPullRequestEntity(ChainBranch chainBranch,
MutableVcsPullRequest vcsPullRequest) |
Modifier and Type | Method and Description |
---|---|
ChainBranch |
ChainBranchCreationServiceImpl.getNewInstance() |
Modifier and Type | Method and Description |
---|---|
ChainBranch |
ChainBranchMapper.createPlanEntity() |
Modifier and Type | Method and Description |
---|---|
protected void |
ChainBranchMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
ChainBranch plan,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
ChainBranchMapper.importProperties(ChainBranch chain,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
List<ChainBranch> |
PlanHibernateDao.getBranchesForChain(ImmutableChain chain) |
List<ChainBranch> |
PlanDao.getBranchesForChain(ImmutableChain chain)
Returns all branches which have the given chain as their master
|
Modifier and Type | Class and Description |
---|---|
class |
ChainBranchImpl |
Modifier and Type | Method and Description |
---|---|
List<ChainBranch> |
ChainBranchManagerImpl.getBranchesForChain(ImmutableChain chain) |
List<ChainBranch> |
ChainBranchManager.getBranchesForChain(ImmutableChain chain)
Get all feature branches associated with the given chain
|
Constructor and Description |
---|
ImmutableChainBranchImpl(ChainBranch chainBranch,
BuildLoggerManager buildLoggerManager,
ImmutablePlanCacheService immutablePlanCacheService,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
BuildDefinition buildDefinition) |
Modifier and Type | Method and Description |
---|---|
List<ChainBranch> |
ChainActionSupport.getChainBranches() |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.