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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestResultKey
public RestResultKey(ResultKey resultKey)
RestResultKey
public RestResultKey()
getKey
@NotNull
public String getKey()
- Specified by:
getKey
in interface Key
- Specified by:
getKey
in interface ResultKey
- Returns:
- the string version of the result key
getEntityKey
@NotNull
public Key getEntityKey()
- Description copied from interface:
ResultKey
- What is this a result of.
- Specified by:
getEntityKey
in interface ResultKey
- Returns:
getResultNumber
public int getResultNumber()
- Specified by:
getResultNumber
in interface ResultKey
- Returns:
- Result number
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.