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
ConstructorDescriptionDeploymentVersionPlanResultKey
(MutableDeploymentVersion deploymentVersion, @NotNull PlanResultKey planResultKey) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull PlanResultKey
int
hashCode()
void
setDeploymentVersion
(MutableDeploymentVersion deploymentVersion) void
setPlanResultKey
(@NotNull PlanResultKey planResultKey) Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods 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:
equals
in classcom.atlassian.core.bean.EntityObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.atlassian.core.bean.EntityObject
-