com.atlassian.bamboo
Interface ResultKey

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
DeploymentResultKey
All Known Implementing Classes:
DeploymentResultKeyImpl, PlanResultKey

public interface ResultKey
extends java.io.Serializable

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


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

Method Detail

getKey

@NotNull
java.lang.String getKey()
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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.