|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.ww2.beans.DecoratedPlan
@Immutable public class DecoratedPlan
Method Summary | |
---|---|
com.google.common.collect.ImmutableList<DecoratedPlan> |
getBranches()
|
java.lang.String |
getBranchName()
|
java.lang.String |
getBuildKey()
This objects specific portion of the key. |
java.lang.String |
getBuildName()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDisplayName()
|
long |
getId()
|
java.lang.String |
getKey()
|
com.google.common.collect.ImmutableList<java.lang.String> |
getLabelNames()
|
java.lang.String |
getLinkedJiraIssue()
|
PlanIdentifier |
getMaster()
The master plan iff the plan is a branched plan and it has a master. |
long |
getMasterId()
Database id of master of this ChainBranch |
java.lang.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 |
com.google.common.collect.ImmutableList<DecoratedStage> |
getStages()
|
DecoratedNavObjectStatus |
getStatus()
|
java.lang.String |
getType()
|
boolean |
isRemoteJiraLinkRequired()
|
boolean |
isResult()
|
boolean |
isSuspendedFromBuilding()
Checks if the build has been enabled / disabled. |
java.lang.String |
replaceKey(java.lang.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<java.lang.String> labels)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public java.lang.String getKey()
getKey
in interface DecoratedNavObject
@NotNull public java.lang.String getBuildKey()
PlanIdentifier
PlanIdentifier.getPlanKey()
.
getBuildKey
in interface PlanIdentifier
@NotNull public java.lang.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 java.lang.String replaceKey(java.lang.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
@NotNull public java.lang.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 java.lang.String getBuildName()
getBuildName
in interface PlanIdentifier
PlanIdentifier.getName()
public java.lang.String getDescription()
getDescription
in interface DescriptionProvider
public long getMasterId()
PlanIdentifier
getMasterId
in interface PlanIdentifier
public com.google.common.collect.ImmutableList<java.lang.String> getLabelNames()
@NotNull public java.lang.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<java.lang.String> labels)
@Nullable public java.lang.String getBranchName()
@Nullable public java.lang.String getLinkedJiraIssue()
public boolean isRemoteJiraLinkRequired()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |