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
ORDERINGFields inherited from interface com.atlassian.bamboo.deployments.versions.InternalDeploymentVersion
DEFAULT_BRANCH_NAME -
Method Summary
Modifier and TypeMethodDescription@Nullable MutableDeploymentProject@NotNull List<MutableDeploymentVersionItem>getItems()@Nullable VariableContextBaselinevoidsetAgeZeroPoint(@NotNull Date date) voidSet name of MutableDeploymentVersionvoidsetPlanBranchName(@NotNull String planBranchName) voidsetVariableContextBaseline(@Nullable VariableContextBaseline variableContextBaseline) Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods 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
-