|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.v2.build.BuildIdentifierImpl
public class BuildIdentifierImpl
Constructor Summary | |
---|---|
BuildIdentifierImpl(BuildIdentifier buildIdentifier)
|
|
BuildIdentifierImpl(long planId,
java.lang.String planKey,
java.lang.String projectName,
java.lang.String planName,
java.lang.String shortName,
int buildNumber)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getBuildNumber()
The build number being built |
java.lang.String |
getBuildResultKey()
Full build result key (e.g. |
BuildIdentifier |
getParentBuildIdentifier()
|
long |
getPlanId()
|
java.lang.String |
getPlanKey()
Full plan key (e.g. |
java.lang.String |
getPlanName()
The full name of the Plan |
PlanResultKey |
getPlanResultKey()
Gets the PlanResultKey for the current BuildIdentifier |
java.lang.String |
getProjectName()
|
java.lang.String |
getShortName()
The short name of the Plan |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildIdentifierImpl(@NotNull BuildIdentifier buildIdentifier)
public BuildIdentifierImpl(long planId, java.lang.String planKey, java.lang.String projectName, java.lang.String planName, java.lang.String shortName, int buildNumber)
Method Detail |
---|
public BuildIdentifier getParentBuildIdentifier()
getParentBuildIdentifier
in interface BuildIdentifier
BuildContext
of the parent Plan
execution. Should return null if the current BuildContext
is for a TopLevelPlan
public long getPlanId()
getPlanId
in interface BuildIdentifier
@NotNull public java.lang.String getPlanKey()
BuildIdentifier
getPlanKey
in interface BuildIdentifier
@NotNull public java.lang.String getPlanName()
BuildIdentifier
Plan
getPlanName
in interface BuildIdentifier
Plan.getName()
@NotNull public java.lang.String getShortName()
BuildIdentifier
Plan
getShortName
in interface BuildIdentifier
Plan.getBuildName()
public int getBuildNumber()
BuildIdentifier
getBuildNumber
in interface BuildIdentifier
@NotNull public java.lang.String getBuildResultKey()
BuildIdentifier
getBuildResultKey
in interface BuildIdentifier
@NotNull public PlanResultKey getPlanResultKey()
BuildIdentifier
PlanResultKey
for the current BuildIdentifier
getPlanResultKey
in interface BuildIdentifier
@NotNull public java.lang.String getProjectName()
getProjectName
in interface BuildIdentifier
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |