|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.ww2.beans.DecoratedPlan
@Immutable public class DecoratedPlan
Field Summary |
---|
Fields inherited from interface com.atlassian.bamboo.plan.PlanIdentifier |
---|
getPlanKeyFunction |
Fields inherited from interface com.atlassian.bamboo.plan.PlanKeyProvider |
---|
getPlanKey |
Method Summary | |
---|---|
com.google.common.collect.ImmutableList<DecoratedPlan> |
getBranches()
|
String |
getBranchName()
|
String |
getBranchPlanKey()
Return the the branch plan key. |
String |
getBuildKey()
This objects specific portion of the key. |
String |
getBuildName()
|
String |
getDescription()
|
String |
getDisplayName()
|
long |
getId()
|
String |
getKey()
|
com.google.common.collect.ImmutableList<String> |
getLabelNames()
|
String |
getLinkedJiraIssue()
|
PlanIdentifier |
getMaster()
The master plan iff the plan is a branched plan and it has a master. |
String |
getMasterChainKey()
Return the main chain key for this plan. |
long |
getMasterId()
Database id of master of this ChainBranch |
String |
getMasterJobKey()
Return the job key of this plan. |
String |
getName()
Returns the full name for the build in the form of "project name - build name" e.g. |
com.google.common.collect.ImmutableList<? extends DecoratedNavGroupObject> |
getNavGroups()
|
DecoratedPlan |
getParent()
|
PlanKey |
getPlanKey()
Get the PlanKey identifier for this Plan |
PlanType |
getPlanType()
|
ProjectIdentifier |
getProject()
Returns the parent Project |
List<DeploymentProject> |
getRelatedDeploymentProjects()
|
com.google.common.collect.ImmutableList<DecoratedStage> |
getStages()
|
DecoratedNavObjectStatus |
getStatus()
|
String |
getType()
|
boolean |
isRemoteJiraLinkRequired()
|
boolean |
isResult()
|
boolean |
isSuspendedFromBuilding()
Checks if the build has been enabled / disabled. |
String |
replaceKey(String url,
DecoratedNavObject originalObject)
Given an existing url (may be directly from the originalObject or may be with a static ${planKey} reference) generate the new url for this object |
void |
setLabels(com.google.common.collect.ImmutableList<String> labels)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public String getKey()
getKey
in interface DecoratedNavObject
@NotNull public String getBuildKey()
PlanIdentifier
PlanIdentifier.getPlanKey()
.
getBuildKey
in interface PlanIdentifier
@NotNull public String getDisplayName()
getDisplayName
in interface DecoratedNavObject
@NotNull public com.google.common.collect.ImmutableList<? extends DecoratedNavGroupObject> getNavGroups()
getNavGroups
in interface DecoratedNavObject
@Nullable public DecoratedPlan getParent()
getParent
in interface DecoratedNavObject
@NotNull public PlanType getPlanType()
getPlanType
in interface PlanIdentifier
getPlanType
in interface DecoratedNavObject
@Nullable public DecoratedNavObjectStatus getStatus()
getStatus
in interface DecoratedNavObject
@Nullable public String replaceKey(String url, DecoratedNavObject originalObject)
DecoratedNavObject
replaceKey
in interface DecoratedNavObject
url
- - to manipulateoriginalObject
- - the object the original url may have belonged to
@Nullable public PlanIdentifier getMaster()
DecoratedNavObject
getMaster
in interface DecoratedNavObject
public long getId()
getId
in interface BambooIdProvider
getId
in interface PlanIdentifier
@NotNull public PlanKey getPlanKey()
PlanIdentifier
PlanKey
identifier for this Plan
getPlanKey
in interface PlanIdentifier
getPlanKey
in interface PlanKeyProvider
@NotNull public String getName()
PlanIdentifier
getName
in interface PlanIdentifier
getName
in interface DescriptionProvider
getName
in interface NameProvider
@NotNull public ProjectIdentifier getProject()
PlanIdentifier
Project
getProject
in interface PlanIdentifier
Project
. Never null@NotNull public String getBuildName()
getBuildName
in interface PlanIdentifier
PlanIdentifier.getName()
public String getDescription()
getDescription
in interface DescriptionProvider
public long getMasterId()
PlanIdentifier
getMasterId
in interface PlanIdentifier
public com.google.common.collect.ImmutableList<String> getLabelNames()
@NotNull public String getType()
getType
in interface DecoratedNavObject
public boolean isResult()
isResult
in interface DecoratedNavObject
public boolean isSuspendedFromBuilding()
PlanIdentifier
isSuspendedFromBuilding
in interface PlanIdentifier
public com.google.common.collect.ImmutableList<DecoratedStage> getStages()
public com.google.common.collect.ImmutableList<DecoratedPlan> getBranches()
public void setLabels(com.google.common.collect.ImmutableList<String> labels)
@Nullable public String getBranchName()
@Nullable public String getLinkedJiraIssue()
public boolean isRemoteJiraLinkRequired()
@NotNull public String getMasterChainKey()
@Nullable public String getMasterJobKey()
@Nullable public String getBranchPlanKey()
public List<DeploymentProject> getRelatedDeploymentProjects()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |