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
Modifier and TypeMethodDescriptionvoid
setCreationDate
(Date creationDate) void
setUserName
(String username) void
setVersion
(MutableDeploymentVersion version) void
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 Details
-
setVersionState
-
setUserName
-
setCreationDate
-
getVersion
MutableDeploymentVersion getVersion() -
setVersion
-