com.atlassian.bamboo.rest.model
Class RestResultKey

java.lang.Object
  extended by 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
RestResultKey()
           
RestResultKey(ResultKey resultKey)
           
 
Method Summary
 Key getEntityKey()
          What is this a result of.
 String getKey()
           
 int getResultNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestResultKey

public RestResultKey(ResultKey resultKey)

RestResultKey

public RestResultKey()
Method Detail

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.