Class DeploymentVersionStatusDto
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionStatusDto
-
- All Implemented Interfaces:
BambooIdProvider
,InternalDeploymentVersionStatus
,CreationDateProvider
public class DeploymentVersionStatusDto extends Object implements InternalDeploymentVersionStatus
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
-
Constructor Summary
Constructors Constructor Description DeploymentVersionStatusDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreationDate()
long
getDeploymentVersionId()
long
getId()
String
getUserName()
DeploymentVersionState
getVersionState()
-
-
-
Method Detail
-
getId
public long getId()
- Specified by:
getId
in interfaceBambooIdProvider
- Specified by:
getId
in interfaceInternalDeploymentVersionStatus
-
getVersionState
public DeploymentVersionState getVersionState()
- Specified by:
getVersionState
in interfaceInternalDeploymentVersionStatus
-
getUserName
public String getUserName()
- Specified by:
getUserName
in interfaceInternalDeploymentVersionStatus
-
getDeploymentVersionId
public long getDeploymentVersionId()
-
getCreationDate
public Date getCreationDate()
- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Specified by:
getCreationDate
in interfaceInternalDeploymentVersionStatus
- Returns:
- Date the version object was created.
-
-