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
  • Constructor Details

    • DeploymentVersionPlanResultKey

      public DeploymentVersionPlanResultKey()
    • DeploymentVersionPlanResultKey

      public DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, @NotNull @NotNull PlanResultKey planResultKey)
  • Method Details

    • 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 class com.atlassian.core.bean.EntityObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.atlassian.core.bean.EntityObject