protected static class DecoratedPlan.DecoratedBranch extends DecoratedPlan
DecoratedPlan.DecoratedBranch, DecoratedPlan.DecoratedPlanBranchGist
getPlanKeyFunction
getPlanKey
Constructor and Description |
---|
DecoratedBranch(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() |
DecoratedStage |
getStageWithName(String stageName)
Retrieve the named stage.
|
getBranches, getBranchPlanKey, getBuildKey, getBuildName, getDescription, getDisplayName, getId, getKey, getLabelNames, getLinkedJiraIssue, getMasterChainKey, getMasterId, getMasterJobKey, getName, getNavGroups, getPlanKey, getPlanType, getProject, getStages, getStatus, getType, isRemoteJiraLinkRequired, isResult, isSuspendedFromBuilding, replaceKey, setLabels
public DecoratedBranch(@NotNull ImmutableChainBranch branch, @NotNull DecoratedPlan master)
@NotNull public DecoratedPlan getMaster()
DecoratedNavObject
getMaster
in interface DecoratedNavObject
getMaster
in class DecoratedPlan
public List<DeploymentProject> getRelatedDeploymentProjects()
getRelatedDeploymentProjects
in class DecoratedPlan
@Nullable public DecoratedPlan getParent()
getParent
in interface DecoratedNavObject
getParent
in class DecoratedPlan
@Nullable public String getBranchName()
getBranchName
in class DecoratedPlan
@Nullable public PlanBranchWorkflow getPlanBranchWorkflow()
getPlanBranchWorkflow
in class DecoratedPlan
@Nullable public DecoratedStage getStageWithName(@NotNull String stageName)
DecoratedPlan
getStageWithName
in class DecoratedPlan
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.