public static class DecoratedPlan.DecoratedBranch extends DecoratedPlan
DecoratedPlan.DecoratedBranch, DecoratedPlan.DecoratedPlanBranchGistgetPlanKeyFunction, NAME_DELIMITERgetPlanKey| Constructor and Description |
|---|
DecoratedBranch(DecoratedNavObjectFactory decoratedNavObjectFactory,
ImmutableChainBranch branch,
DecoratedPlan master) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchName() |
DecoratedPlan |
getMaster()
The master plan iff the plan is a branched plan and it has a master.
|
DecoratedPlan |
getParent() |
PlanBranchWorkflow |
getPlanBranchWorkflow()
For plan branches, this value indicates which workflow led to creation of this particular plan branch.
|
List<DeploymentProject> |
getRelatedDeploymentProjects() |
com.google.common.collect.ImmutableList<DecoratedStage> |
getStages() |
DecoratedStage |
getStageWithName(String stageName)
Retrieve the named stage.
|
boolean |
isAwaitingSpecsExecution() |
boolean |
isDivergent() |
getBranches, getBranchPlanKey, getBuildKey, getBuildName, getDatabaseId, getDescription, getDisplayName, getId, getKey, getLabelNames, getLinkedJiraIssue, getMasterChainKey, getMasterId, getMasterIdIfExists, getMasterJobKey, getName, getNavGroups, getPlanKey, getPlanType, getProject, getStatus, getType, isRemoteJiraLinkRequired, isResult, isSuspendedFromBuilding, replaceKey, setLabelspublic DecoratedBranch(@NotNull
DecoratedNavObjectFactory decoratedNavObjectFactory,
@NotNull
ImmutableChainBranch branch,
@NotNull
DecoratedPlan master)
@NotNull public DecoratedPlan getMaster()
DecoratedNavObjectgetMaster in interface DecoratedNavObjectgetMaster in class DecoratedPlanpublic List<DeploymentProject> getRelatedDeploymentProjects()
getRelatedDeploymentProjects in class DecoratedPlan@Nullable public DecoratedPlan getParent()
getParent in interface DecoratedNavObjectgetParent in class DecoratedPlan@Nullable public String getBranchName()
getBranchName in class DecoratedPlanpublic boolean isDivergent()
public boolean isAwaitingSpecsExecution()
@Nullable public PlanBranchWorkflow getPlanBranchWorkflow()
getPlanBranchWorkflow in class DecoratedPlan@Nullable public DecoratedStage getStageWithName(@NotNull String stageName)
DecoratedPlangetStageWithName in class DecoratedPlanpublic com.google.common.collect.ImmutableList<DecoratedStage> getStages()
getStages in class DecoratedPlanCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.