Interface MutableDeploymentVersion
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,CreationDateProvider
,InternalDeploymentVersion
,NameProvider
- All Known Implementing Classes:
MutableDeploymentVersionImpl
public interface MutableDeploymentVersion extends BambooObject, InternalDeploymentVersion
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
Fields inherited from interface com.atlassian.bamboo.deployments.versions.InternalDeploymentVersion
DEFAULT_BRANCH_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable MutableDeploymentProject
getDeploymentProject()
@NotNull List<MutableDeploymentVersionItem>
getItems()
@Nullable VariableContextBaseline
getVariableContextBaseline()
void
setAgeZeroPoint(@NotNull Date date)
void
setName(String name)
Set name of MutableDeploymentVersionvoid
setPlanBranchName(@NotNull String planBranchName)
void
setVariableContextBaseline(@Nullable VariableContextBaseline variableContextBaseline)
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.deployments.versions.InternalDeploymentVersion
getAgeZeroPoint, getCreationDate, getCreatorUserName, getDeploymentProjectId, getId, getName, getPlanBranchName
-
-
-
-
Method Detail
-
getDeploymentProject
@Nullable @Nullable MutableDeploymentProject getDeploymentProject()
-
setName
void setName(String name)
Set name of MutableDeploymentVersion
-
getItems
@NotNull @NotNull List<MutableDeploymentVersionItem> getItems()
- Returns:
- list of DeploymentVersionItem associated with DeploymentVersion
-
getVariableContextBaseline
@Nullable @Nullable VariableContextBaseline getVariableContextBaseline()
-
setVariableContextBaseline
void setVariableContextBaseline(@Nullable @Nullable VariableContextBaseline variableContextBaseline)
-
setPlanBranchName
void setPlanBranchName(@NotNull @NotNull String planBranchName)
-
setAgeZeroPoint
void setAgeZeroPoint(@NotNull @NotNull Date date)
-
-