|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plan.PlanIdentifierImpl
public class PlanIdentifierImpl
Constructor Summary | |
---|---|
PlanIdentifierImpl(ImmutablePlan plan)
|
|
PlanIdentifierImpl(long id,
java.lang.String discriminator,
PlanKey planKey,
java.lang.String description,
java.lang.String buildName,
java.lang.String buildKey,
boolean suspendedFromBuilding,
java.lang.String projectKey,
java.lang.String projectName,
java.lang.String projectDescription)
|
Method Summary | |
---|---|
java.lang.String |
getBuildKey()
This objects specific portion of the key. |
java.lang.String |
getBuildName()
|
java.lang.String |
getDescription()
|
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlanIdentifierImpl(long id, java.lang.String discriminator, PlanKey planKey, java.lang.String description, java.lang.String buildName, java.lang.String buildKey, boolean suspendedFromBuilding, java.lang.String projectKey, java.lang.String projectName, java.lang.String projectDescription)
public PlanIdentifierImpl(ImmutablePlan plan)
Method Detail |
---|
public long getId()
getId
in interface BambooIdProvider
getId
in interface PlanIdentifier
@NotNull public PlanType getPlanType()
getPlanType
in interface PlanIdentifier
@NotNull public PlanKey getPlanKey()
PlanIdentifier
PlanKey
identifier for this Plan
getPlanKey
in interface PlanIdentifier
@NotNull public java.lang.String getBuildKey()
PlanIdentifier
PlanIdentifier.getPlanKey()
.
getBuildKey
in interface PlanIdentifier
@NotNull public java.lang.String getName()
PlanIdentifier
getName
in interface PlanIdentifier
getName
in interface DescriptionProvider
getName
in interface NameProvider
@NotNull public java.lang.String getBuildName()
getBuildName
in interface PlanIdentifier
PlanIdentifier.getName()
public java.lang.String getDescription()
getDescription
in interface DescriptionProvider
public boolean isSuspendedFromBuilding()
PlanIdentifier
isSuspendedFromBuilding
in interface PlanIdentifier
@NotNull public ProjectIdentifier getProject()
PlanIdentifier
Project
getProject
in interface PlanIdentifier
Project
. Never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |