|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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,
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,
java.lang.Long masterId)
|
|
PlanIdentifierImpl(PlanIdentifier plan)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBuildKey()
This objects specific portion of the key. |
java.lang.String |
getBuildName()
|
java.lang.String |
getDescription()
|
long |
getId()
|
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. |
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,
java.lang.Long masterId)
public PlanIdentifierImpl(PlanIdentifier plan)
| Method Detail |
|---|
public long getId()
getId in interface BambooIdProvidergetId in interface PlanIdentifier@NotNull public PlanType getPlanType()
getPlanType in interface PlanIdentifier@NotNull public PlanKey getPlanKey()
PlanIdentifierPlanKey identifier for this Plan
getPlanKey in interface PlanIdentifiergetPlanKey in interface PlanKeyProvider@NotNull public java.lang.String getBuildKey()
PlanIdentifierPlanIdentifier.getPlanKey().
getBuildKey in interface PlanIdentifier@NotNull public java.lang.String getName()
PlanIdentifier
getName in interface PlanIdentifiergetName in interface DescriptionProvidergetName in interface NameProvider@NotNull public java.lang.String getBuildName()
getBuildName in interface PlanIdentifierPlanIdentifier.getName()public java.lang.String getDescription()
getDescription in interface DescriptionProviderpublic boolean isSuspendedFromBuilding()
PlanIdentifier
isSuspendedFromBuilding in interface PlanIdentifierpublic long getMasterId()
PlanIdentifier
getMasterId in interface PlanIdentifier@NotNull public ProjectIdentifier getProject()
PlanIdentifierProject
getProject in interface PlanIdentifierProject. Never null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||