@Internal @Entity public class DeploymentVersionPlanResultKey extends BambooEntityObject
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentVersionPlanResultKey.FromPlanResultKey
Deprecated.
since 5.10 use lambda
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey> |
toPlanResultKey
Deprecated.
since 5.10 use method pointer directly
|
Constructor and Description |
---|
DeploymentVersionPlanResultKey() |
DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion,
PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MutableDeploymentVersion |
getDeploymentVersion() |
PlanResultKey |
getPlanResultKey() |
int |
hashCode() |
void |
setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
void |
setPlanResultKey(PlanResultKey planResultKey) |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
@Deprecated public static final com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey> toPlanResultKey
public DeploymentVersionPlanResultKey()
public DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, @NotNull PlanResultKey planResultKey)
public MutableDeploymentVersion getDeploymentVersion()
public void setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
@NotNull public PlanResultKey getPlanResultKey()
public void setPlanResultKey(@NotNull PlanResultKey planResultKey)
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.