@Entity public class MutableDeploymentVersionImpl extends BambooEntityObject implements MutableDeploymentVersion
DEFAULT_BRANCH_NAME
ORDERING
Constructor and Description |
---|
MutableDeploymentVersionImpl() |
Modifier and Type | Method and Description |
---|---|
@NotNull Date |
getAgeZeroPoint() |
@Nullable String |
getCreatorUserName() |
@Nullable MutableDeploymentProject |
getDeploymentProject() |
@Nullable Long |
getDeploymentProjectId() |
@NotNull List<MutableDeploymentVersionItem> |
getItems() |
@NotNull String |
getName() |
@NotNull String |
getPlanBranchName() |
@Nullable VariableContextBaseline |
getVariableContextBaseline() |
void |
setAgeZeroPoint(@NotNull Date ageZeroPoint) |
void |
setCreatorUserName(@Nullable String creatorUserName) |
void |
setDeploymentProject(MutableDeploymentProject deploymentProject) |
void |
setItems(@NotNull List<MutableDeploymentVersionItem> items) |
void |
setName(String name)
Set name of MutableDeploymentVersion
|
void |
setPlanBranchName(@NotNull String planBranchName) |
void |
setRelatedPlanResultKeys(@NotNull Set<PlanResultKey> relatedPlanResultKeys) |
void |
setVariableContextBaseline(@Nullable VariableContextBaseline variableContextBaseline) |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getCreationDate, getId
public void setName(String name)
MutableDeploymentVersion
setName
in interface MutableDeploymentVersion
@NotNull public @NotNull String getName()
getName
in interface InternalDeploymentVersion
getName
in interface NameProvider
@Nullable public @Nullable MutableDeploymentProject getDeploymentProject()
getDeploymentProject
in interface MutableDeploymentVersion
public void setDeploymentProject(MutableDeploymentProject deploymentProject)
@NotNull public @NotNull List<MutableDeploymentVersionItem> getItems()
getItems
in interface MutableDeploymentVersion
public void setItems(@NotNull @NotNull List<MutableDeploymentVersionItem> items)
public void setRelatedPlanResultKeys(@NotNull @NotNull Set<PlanResultKey> relatedPlanResultKeys)
@Nullable public @Nullable String getCreatorUserName()
getCreatorUserName
in interface InternalDeploymentVersion
public void setCreatorUserName(@Nullable @Nullable String creatorUserName)
@Nullable public @Nullable VariableContextBaseline getVariableContextBaseline()
getVariableContextBaseline
in interface MutableDeploymentVersion
public void setVariableContextBaseline(@Nullable @Nullable VariableContextBaseline variableContextBaseline)
setVariableContextBaseline
in interface MutableDeploymentVersion
@NotNull public @NotNull String getPlanBranchName()
getPlanBranchName
in interface InternalDeploymentVersion
public void setPlanBranchName(@NotNull @NotNull String planBranchName)
setPlanBranchName
in interface MutableDeploymentVersion
@NotNull public @NotNull Date getAgeZeroPoint()
getAgeZeroPoint
in interface InternalDeploymentVersion
public void setAgeZeroPoint(@NotNull @NotNull Date ageZeroPoint)
setAgeZeroPoint
in interface MutableDeploymentVersion
@Nullable public @Nullable Long getDeploymentProjectId()
getDeploymentProjectId
in interface InternalDeploymentVersion
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.