@Entity public class MutableDeploymentVersionStatusImpl extends BambooEntityObject implements MutableDeploymentVersionStatus
ORDERING
Constructor and Description |
---|
MutableDeploymentVersionStatusImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getUserName() |
MutableDeploymentVersion |
getVersion() |
DeploymentVersionState |
getVersionState() |
void |
setUserName(String username) |
void |
setVersion(MutableDeploymentVersion version) |
void |
setVersionState(DeploymentVersionState state) |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setCreationDate
getCreationDate, getId
setId
public DeploymentVersionState getVersionState()
getVersionState
in interface InternalDeploymentVersionStatus
public void setVersionState(DeploymentVersionState state)
setVersionState
in interface MutableDeploymentVersionStatus
public String getUserName()
getUserName
in interface InternalDeploymentVersionStatus
public void setUserName(String username)
setUserName
in interface MutableDeploymentVersionStatus
public MutableDeploymentVersion getVersion()
getVersion
in interface MutableDeploymentVersionStatus
public void setVersion(MutableDeploymentVersion version)
setVersion
in interface MutableDeploymentVersionStatus
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.