@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,
@NotNull PlanResultKey planResultKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MutableDeploymentVersion |
getDeploymentVersion() |
@NotNull PlanResultKey |
getPlanResultKey() |
int |
hashCode() |
void |
setDeploymentVersion(MutableDeploymentVersion deploymentVersion) |
void |
setPlanResultKey(@NotNull PlanResultKey planResultKey) |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetId@Deprecated public static final com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey> toPlanResultKey
public DeploymentVersionPlanResultKey()
public DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, @NotNull @NotNull PlanResultKey planResultKey)
public MutableDeploymentVersion getDeploymentVersion()
public void setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
@NotNull public @NotNull PlanResultKey getPlanResultKey()
public void setPlanResultKey(@NotNull
@NotNull PlanResultKey planResultKey)
public boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.