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
@Internal @Entity public class DeploymentVersionPlanResultKey extends BambooEntityObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeploymentVersionPlanResultKey.FromPlanResultKey
Deprecated.since 5.10 use lambda
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey>
toPlanResultKey
Deprecated.since 5.10 use method pointer directly
-
Constructor Summary
Constructors Constructor Description DeploymentVersionPlanResultKey()
DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, @NotNull PlanResultKey planResultKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
MutableDeploymentVersion
getDeploymentVersion()
@NotNull PlanResultKey
getPlanResultKey()
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
-
-
-
-
Field Detail
-
toPlanResultKey
@Deprecated public static final com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey> toPlanResultKey
Deprecated.since 5.10 use method pointer directly
-
-
Constructor Detail
-
DeploymentVersionPlanResultKey
public DeploymentVersionPlanResultKey()
-
DeploymentVersionPlanResultKey
public DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, @NotNull @NotNull PlanResultKey planResultKey)
-
-
Method Detail
-
getDeploymentVersion
public MutableDeploymentVersion getDeploymentVersion()
-
setDeploymentVersion
public void setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
-
getPlanResultKey
@NotNull public @NotNull PlanResultKey getPlanResultKey()
-
setPlanResultKey
public void setPlanResultKey(@NotNull @NotNull PlanResultKey planResultKey)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.atlassian.core.bean.EntityObject
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.atlassian.core.bean.EntityObject
-
-