Class RestDeploymentVersionAndPlanResult
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersionAndPlanResult
-
- All Implemented Interfaces:
Serializable
public class RestDeploymentVersionAndPlanResult extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestDeploymentVersionAndPlanResult(RestDeploymentVersion deploymentVersion, PlanResultKey planResultKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable RestDeploymentVersion
getDeploymentVersion()
@Nullable PlanResultKey
getPlanResultKey()
-
-
-
Constructor Detail
-
RestDeploymentVersionAndPlanResult
public RestDeploymentVersionAndPlanResult(RestDeploymentVersion deploymentVersion, PlanResultKey planResultKey)
-
-
Method Detail
-
getDeploymentVersion
@Nullable public @Nullable RestDeploymentVersion getDeploymentVersion()
-
getPlanResultKey
@Nullable public @Nullable PlanResultKey getPlanResultKey()
-
-