Interface MutableDeploymentVersion
- All Superinterfaces:
BambooIdProvider
,BambooObject
,CreationDateProvider
,InternalDeploymentVersion
,NameProvider
- All Known Implementing Classes:
MutableDeploymentVersionImpl
-
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
Modifier and TypeMethodDescription@Nullable MutableDeploymentProject
@NotNull List<MutableDeploymentVersionItem>
getItems()
@Nullable VariableContextBaseline
void
setAgeZeroPoint
(@NotNull Date date) void
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 Details
-
getDeploymentProject
-
setName
Set name of MutableDeploymentVersion -
getItems
- Returns:
- list of DeploymentVersionItem associated with DeploymentVersion
-
getVariableContextBaseline
-
setVariableContextBaseline
void setVariableContextBaseline(@Nullable @Nullable VariableContextBaseline variableContextBaseline) -
setPlanBranchName
-
setAgeZeroPoint
-