|
||||||||||
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
Field Summary |
---|
Fields inherited from interface com.atlassian.bamboo.plan.PlanIdentifier |
---|
getPlanKeyFunction |
Fields inherited from interface com.atlassian.bamboo.plan.PlanKeyProvider |
---|
getPlanKey |
Constructor Summary | |
---|---|
PlanIdentifierImpl(long id,
String discriminator,
PlanKey planKey,
String description,
String buildName,
String buildKey,
boolean suspendedFromBuilding,
String projectKey,
String projectName,
String projectDescription,
Long masterId)
|
|
PlanIdentifierImpl(PlanIdentifier plan)
|
Method Summary | |
---|---|
String |
getBuildKey()
This objects specific portion of the key. |
String |
getBuildName()
|
String |
getDescription()
|
long |
getId()
|
long |
getMasterId()
Database id of master of this ChainBranch |
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, String discriminator, PlanKey planKey, String description, String buildName, String buildKey, boolean suspendedFromBuilding, String projectKey, String projectName, String projectDescription, Long masterId)
public PlanIdentifierImpl(PlanIdentifier 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
getPlanKey
in interface PlanKeyProvider
@NotNull public String getBuildKey()
PlanIdentifier
PlanIdentifier.getPlanKey()
.
getBuildKey
in interface PlanIdentifier
@NotNull public String getName()
PlanIdentifier
getName
in interface PlanIdentifier
getName
in interface DescriptionProvider
getName
in interface NameProvider
@NotNull public String getBuildName()
getBuildName
in interface PlanIdentifier
PlanIdentifier.getName()
public String getDescription()
getDescription
in interface DescriptionProvider
public boolean isSuspendedFromBuilding()
PlanIdentifier
isSuspendedFromBuilding
in interface PlanIdentifier
public long getMasterId()
PlanIdentifier
getMasterId
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 |