|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.plan.PlanResultKey
@Immutable @PublicApi public final class PlanResultKey
Identifier for result objects such as ChainResultsSummary
and BuildResultsSummary
Can be created from PlanKeys
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
getBuildNumber()
The build number being built |
Key |
getEntityKey()
What is this a result of. |
String |
getKey()
Full build result key (e.g. |
PlanKey |
getPlanKey()
Returns the key component of this PlanResultKey |
int |
getResultNumber()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
@NotNull public PlanKey getPlanKey()
PlanResultKey
@NotNull public Key getEntityKey()
ResultKey
getEntityKey
in interface ResultKey
public int getBuildNumber()
public int getResultNumber()
getResultNumber
in interface ResultKey
@NotNull public String getKey()
getKey
in interface Key
getKey
in interface ResultKey
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |