Class RestDeploymentResultKey
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.RestResultKey
-
- com.atlassian.bamboo.rest.model.deployments.RestDeploymentResultKey
-
- All Implemented Interfaces:
DeploymentResultKey
,Key
,ResultKey
,Serializable
public class RestDeploymentResultKey extends RestResultKey implements DeploymentResultKey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestDeploymentResultKey(ResultKey resultKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDeploymentResultId()
-
Methods inherited from class com.atlassian.bamboo.rest.model.RestResultKey
getEntityKey, getKey, getResultNumber, getResultNumberLong
-
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, getResultNumberLong
-
-
-
-
Constructor Detail
-
RestDeploymentResultKey
public RestDeploymentResultKey(ResultKey resultKey)
-
-
Method Detail
-
getDeploymentResultId
public long getDeploymentResultId()
- Specified by:
getDeploymentResultId
in interfaceDeploymentResultKey
- Returns:
- result id
-
-