Class RestDeploymentVersionStatus
java.lang.Object
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersionStatus
- All Implemented Interfaces:
BambooIdProvider
,DeploymentVersionStatus
,InternalDeploymentVersionStatus
,CreationDateProvider
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RestDeploymentVersionStatus
-
-
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
-
getSanitizedUserName
- Specified by:
getSanitizedUserName
in interfaceDeploymentVersionStatus
- Returns:
- Sanitized user name
-
getDisplayName
- Specified by:
getDisplayName
in interfaceDeploymentVersionStatus
-
getCreationDate
- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Specified by:
getCreationDate
in interfaceInternalDeploymentVersionStatus
- Returns:
- Date the version object was created.
-