Modifier and Type | Method and Description |
---|---|
ImmutableChainBranch |
PlanBranchPullRequestImpl.getChainBranch() |
ImmutableChainBranch |
PlanBranchPullRequest.getChainBranch() |
Constructor and Description |
---|
PlanBranchPullRequestImpl(long id,
ImmutableChainBranch chainBranch,
VcsPullRequest vcsPullRequest) |
Modifier and Type | Method and Description |
---|---|
List<ImmutableChainBranch> |
AbstractDeploymentProjectDetailsAction.getMasterPlanBranches() |
Modifier and Type | Method and Description |
---|---|
List<ImmutableChainBranch> |
CreateDeploymentVersion.getMasterPlanBranches() |
Modifier and Type | Method and Description |
---|---|
static QuickSearchDocument |
QuickSearchDocumentFactory.forBranch(ImmutableChainBranch branch) |
Modifier and Type | Method and Description |
---|---|
JiraIssueDetails |
JiraBranchLinkingServiceImpl.createRemoteLinkToBranch(ImmutableChainBranch branch,
String issueKey) |
JiraIssueDetails |
JiraBranchLinkingService.createRemoteLinkToBranch(ImmutableChainBranch branch,
String issueKey)
Creates a remote link from the issue to the branch.
|
String |
JiraBranchLinkingServiceImpl.findIssueKeyToLink(ImmutableChainBranch branch) |
String |
JiraBranchLinkingService.findIssueKeyToLink(ImmutableChainBranch branch)
Looks for an issue key in plan branch name or vcs branch name.
|
Modifier and Type | Method and Description |
---|---|
List<ImmutableChainBranch> |
FilteringPlanManager.getBranchesForChain(PlanIdentifier chain)
Deprecated.
since 6.2 use
FilteringPlanManager.getBranchesOfChain(PlanKey) instead. Remember about sorting it for UI. |
Stream<ImmutableChainBranch> |
FilteringPlanManager.getBranchesOfChain(PlanKey chainKey)
Get all feature branches associated with the given chain, unsorted
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChainBranch
Represents a branch of a plan.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainBranchImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
BranchExpiryJob.hasRegisteredCommitsAfter(ImmutableChainBranch chainBranch,
Date thresholdDate) |
void |
BranchCommitInformationManagerImpl.initialiseCommitInformation(ImmutableChainBranch branch) |
void |
BranchCommitInformationManager.initialiseCommitInformation(ImmutableChainBranch branch)
Initialises the commit information if the branch doesn't have a
BranchCommitInformation attached to it |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableChainBranchImpl |
Modifier and Type | Method and Description |
---|---|
List<ImmutableChainBranch> |
CachedPlanManagerImpl.getBranchesForChain(PlanIdentifier chain) |
Stream<ImmutableChainBranch> |
CachedPlanManagerImpl.getBranchesOfChain(PlanKey chainKey) |
Modifier and Type | Method and Description |
---|---|
List<ImmutableChainBranch> |
PlanRestService.getBranchesForChain(ImmutablePlan plan) |
List<ImmutableChainBranch> |
PlanRestServiceImpl.getBranchesForChain(ImmutablePlan plan) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ImmutableChainBranch> |
ChainActionSupport.getChainBranchesByDate() |
List<ImmutableChainBranch> |
ChainActionSupport.getImmutableChainBranches() |
Constructor and Description |
---|
DecoratedBranch(ImmutableChainBranch branch,
DecoratedPlan master) |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.