com.atlassian.bamboo.plugins.rest.model
Class RestDeploymentResultKey

java.lang.Object
  extended by com.atlassian.bamboo.rest.model.RestResultKey
      extended by com.atlassian.bamboo.plugins.rest.model.RestDeploymentResultKey
All Implemented Interfaces:
DeploymentResultKey, Key, ResultKey, Serializable

public class RestDeploymentResultKey
extends RestResultKey
implements DeploymentResultKey

See Also:
Serialized Form

Constructor Summary
RestDeploymentResultKey(ResultKey resultKey)
           
 
Method Summary
 long getDeploymentResultId()
           
 
Methods inherited from class com.atlassian.bamboo.rest.model.RestResultKey
getEntityKey, getKey, getResultNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.ResultKey
getEntityKey, getKey, getResultNumber
 

Constructor Detail

RestDeploymentResultKey

public RestDeploymentResultKey(ResultKey resultKey)
Method Detail

getDeploymentResultId

public long getDeploymentResultId()
Specified by:
getDeploymentResultId in interface DeploymentResultKey
Returns:
result id


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