Modifier and Type | Method and Description |
---|---|
List<ChainBranchIdentifier> |
PlanHibernateDao.getBranchIdentifiersForChain(PlanIdentifier plan) |
List<ChainBranchIdentifier> |
PlanDao.getBranchIdentifiersForChain(PlanIdentifier chain)
Returns minimal data about all branches which have the given chain as their master
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChainBranch
Represents a branch of a plan.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainBranchIdentifierImpl |
class |
ChainBranchImpl |
Modifier and Type | Method and Description |
---|---|
ChainBranchIdentifier |
ChainBranchManagerImpl.getBranchWithName(ImmutableChain masterPlan,
String branchName) |
ChainBranchIdentifier |
ChainBranchManager.getBranchWithName(ImmutableChain masterPlan,
String branchName)
|
Modifier and Type | Method and Description |
---|---|
List<ChainBranchIdentifier> |
ChainBranchManagerImpl.getBranchIdentifiersForChain(PlanIdentifier chain) |
List<ChainBranchIdentifier> |
ChainBranchManager.getBranchIdentifiersForChain(PlanIdentifier chain)
Get all feature branches associated with the given chain, however on pulls up
minimal details about each branch.
|
Constructor and Description |
---|
ChainBranchIdentifierImpl(ChainBranchIdentifier chainBranch) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableChainBranchImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableChainBranch
Interface of an immutable version of
ChainBranch |
Modifier and Type | Method and Description |
---|---|
Function<ChainBranchIdentifier,io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>> |
RemoteTriggerService.toChangeDetectionRequests() |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.