Class DeploymentVersionPlanResultKey
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionPlanResultKey
- All Implemented Interfaces:
BambooIdProvider,BambooObject,Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, @NotNull PlanResultKey planResultKey) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull PlanResultKeyinthashCode()voidsetDeploymentVersion(MutableDeploymentVersion deploymentVersion) voidsetPlanResultKey(@NotNull PlanResultKey planResultKey) Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Constructor Details
-
DeploymentVersionPlanResultKey
public DeploymentVersionPlanResultKey() -
DeploymentVersionPlanResultKey
public DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, @NotNull @NotNull PlanResultKey planResultKey)
-
-
Method Details
-
getDeploymentVersion
-
setDeploymentVersion
-
getPlanResultKey
-
setPlanResultKey
-
equals
- Overrides:
equalsin classcom.atlassian.core.bean.EntityObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.atlassian.core.bean.EntityObject
-