Class MutableDeploymentVersionStatusImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.deployments.versions.persistence.MutableDeploymentVersionStatusImpl
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,InternalDeploymentVersionStatus
,MutableDeploymentVersionStatus
,CreationDateProvider
,Cloneable
@Entity
public class MutableDeploymentVersionStatusImpl
extends BambooEntityObject
implements MutableDeploymentVersionStatus
CreationDate property implemented via inheritance from BambooEntityObject
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUserName
(String username) void
setVersion
(MutableDeploymentVersion version) void
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface com.atlassian.bamboo.deployments.versions.InternalDeploymentVersionStatus
getCreationDate, getId
Methods inherited from interface com.atlassian.bamboo.deployments.versions.persistence.MutableDeploymentVersionStatus
setCreationDate
-
Constructor Details
-
MutableDeploymentVersionStatusImpl
public MutableDeploymentVersionStatusImpl()
-
-
Method Details
-
getVersionState
- Specified by:
getVersionState
in interfaceInternalDeploymentVersionStatus
-
setVersionState
- Specified by:
setVersionState
in interfaceMutableDeploymentVersionStatus
-
getUserName
- Specified by:
getUserName
in interfaceInternalDeploymentVersionStatus
-
setUserName
- Specified by:
setUserName
in interfaceMutableDeploymentVersionStatus
-
getVersion
- Specified by:
getVersion
in interfaceMutableDeploymentVersionStatus
-
setVersion
- Specified by:
setVersion
in interfaceMutableDeploymentVersionStatus
-