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