@Immutable @PublicApi public class PlanResultKey extends Object implements ResultKey, Serializable
ChainResultsSummary
and BuildResultsSummary
Can be created from PlanKeys
Modifier and Type | Method and Description |
---|---|
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() |
long |
getResultNumberLong() |
int |
hashCode() |
String |
toString() |
@NotNull public PlanKey getPlanKey()
PlanResultKey
@NotNull public Key getEntityKey()
ResultKey
getEntityKey
in interface ResultKey
public int getBuildNumber()
public int getResultNumber()
getResultNumber
in interface ResultKey
public long getResultNumberLong()
getResultNumberLong
in interface ResultKey
@NotNull public String getKey()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.