com.atlassian.bamboo
Interface ResultKey

All Superinterfaces:
Key, Serializable
All Known Subinterfaces:
DeploymentResultKey
All Known Implementing Classes:
DeploymentResultKeyImpl, PlanResultKey, RestDeploymentResultKey, RestResultKey

public interface ResultKey
extends Key, Serializable

Common interface to identify a result of running something identified by a Key


Method Summary
 Key getEntityKey()
          What is this a result of.
 String getKey()
           
 int getResultNumber()
           
 

Method Detail

getKey

@NotNull
String getKey()
Specified by:
getKey in interface Key
Returns:
the string version of the result key

getEntityKey

@NotNull
Key getEntityKey()
What is this a result of.

Returns:

getResultNumber

int getResultNumber()
Returns:
Result number


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.