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
Constructors Constructor Description MutableDeploymentVersionStatusImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUserName()
MutableDeploymentVersion
getVersion()
DeploymentVersionState
getVersionState()
void
setUserName(String username)
void
setVersion(MutableDeploymentVersion version)
void
setVersionState(DeploymentVersionState state)
-
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
-
-
-
-
Method Detail
-
getVersionState
public DeploymentVersionState getVersionState()
- Specified by:
getVersionState
in interfaceInternalDeploymentVersionStatus
-
setVersionState
public void setVersionState(DeploymentVersionState state)
- Specified by:
setVersionState
in interfaceMutableDeploymentVersionStatus
-
getUserName
public String getUserName()
- Specified by:
getUserName
in interfaceInternalDeploymentVersionStatus
-
setUserName
public void setUserName(String username)
- Specified by:
setUserName
in interfaceMutableDeploymentVersionStatus
-
getVersion
public MutableDeploymentVersion getVersion()
- Specified by:
getVersion
in interfaceMutableDeploymentVersionStatus
-
setVersion
public void setVersion(MutableDeploymentVersion version)
- Specified by:
setVersion
in interfaceMutableDeploymentVersionStatus
-
-