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 TypeMethodDescriptionvoidsetCreationDate(Date creationDate) voidsetUserName(String username) voidsetVersion(MutableDeploymentVersion version) voidMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface com.atlassian.bamboo.deployments.versions.InternalDeploymentVersionStatus
getCreationDate, getId, getUserName, getVersionState
-
Method Details
-
setVersionState
-
setUserName
-
setCreationDate
-
getVersion
MutableDeploymentVersion getVersion() -
setVersion
-