|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlanIdentifier
Represents the minimal information about a Plan
Method Summary | |
---|---|
java.lang.String |
getBuildKey()
This objects specific portion of the key. |
java.lang.String |
getBuildName()
|
long |
getId()
|
java.lang.String |
getName()
Returns the full name for the build in the form of "project name - build name" e.g. |
PlanKey |
getPlanKey()
Get the PlanKey identifier for this Plan |
PlanType |
getPlanType()
|
ProjectIdentifier |
getProject()
Returns the parent Project |
boolean |
isSuspendedFromBuilding()
Checks if the build has been enabled / disabled. |
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider |
---|
getDescription |
Method Detail |
---|
long getId()
getId
in interface BambooIdProvider
@NotNull PlanType getPlanType()
@NotNull PlanKey getPlanKey()
PlanKey
identifier for this Plan
@NotNull java.lang.String getBuildKey()
getPlanKey()
.
@NotNull java.lang.String getName()
getName
in interface DescriptionProvider
getName
in interface NameProvider
@NotNull java.lang.String getBuildName()
getName()
boolean isSuspendedFromBuilding()
@NotNull ProjectIdentifier getProject()
Project
Project
. Never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |