Package com.atlassian.bamboo.rest.model
Class RestResultKey
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.RestResultKey
-
- All Implemented Interfaces:
Key,ResultKey,Serializable
- Direct Known Subclasses:
RestDeploymentResultKey
public class RestResultKey extends Object implements ResultKey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestResultKey()RestResultKey(ResultKey resultKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull KeygetEntityKey()What is this a result of.@NotNull StringgetKey()intgetResultNumber()longgetResultNumberLong()
-
-
-
Constructor Detail
-
RestResultKey
public RestResultKey(ResultKey resultKey)
-
RestResultKey
public RestResultKey()
-
-
Method Detail
-
getKey
@NotNull public @NotNull String getKey()
-
getEntityKey
@NotNull public @NotNull Key getEntityKey()
Description copied from interface:ResultKeyWhat is this a result of.- Specified by:
getEntityKeyin interfaceResultKey- Returns:
-
getResultNumber
public int getResultNumber()
- Specified by:
getResultNumberin interfaceResultKey- Returns:
- Result number
-
getResultNumberLong
public long getResultNumberLong()
- Specified by:
getResultNumberLongin interfaceResultKey- Returns:
- Result number
-
-