Class DeploymentVersionStatusDto
java.lang.Object
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionStatusDto
- All Implemented Interfaces:
BambooIdProvider
,InternalDeploymentVersionStatus
,CreationDateProvider
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DeploymentVersionStatusDto
public DeploymentVersionStatusDto()
-
-
Method Details
-
getId
public long getId()- Specified by:
getId
in interfaceBambooIdProvider
- Specified by:
getId
in interfaceInternalDeploymentVersionStatus
-
getVersionState
- Specified by:
getVersionState
in interfaceInternalDeploymentVersionStatus
-
getUserName
- Specified by:
getUserName
in interfaceInternalDeploymentVersionStatus
-
getDeploymentVersionId
public long getDeploymentVersionId() -
getCreationDate
- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Specified by:
getCreationDate
in interfaceInternalDeploymentVersionStatus
- Returns:
- Date the version object was created.
-