Interface MutableDeploymentVersionStatus
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,CreationDateProvider
,InternalDeploymentVersionStatus
- All Known Implementing Classes:
MutableDeploymentVersionStatusImpl
public interface MutableDeploymentVersionStatus extends InternalDeploymentVersionStatus, BambooObject
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableDeploymentVersion
getVersion()
void
setCreationDate(Date creationDate)
void
setUserName(String username)
void
setVersion(MutableDeploymentVersion version)
void
setVersionState(DeploymentVersionState status)
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.deployments.versions.InternalDeploymentVersionStatus
getCreationDate, getId, getUserName, getVersionState
-
-
-
-
Method Detail
-
setVersionState
void setVersionState(DeploymentVersionState status)
-
setUserName
void setUserName(String username)
-
setCreationDate
void setCreationDate(Date creationDate)
-
getVersion
MutableDeploymentVersion getVersion()
-
setVersion
void setVersion(MutableDeploymentVersion version)
-
-