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
Constructors -
Method Summary
-
Constructor Details
-
RestDeploymentVersionStatus
-
-
Method Details
-
getId
public long getId()- Specified by:
getIdin interfaceBambooIdProvider- Specified by:
getIdin interfaceInternalDeploymentVersionStatus
-
getVersionState
- Specified by:
getVersionStatein interfaceInternalDeploymentVersionStatus
-
getUserName
- Specified by:
getUserNamein interfaceInternalDeploymentVersionStatus
-
getSanitizedUserName
- Specified by:
getSanitizedUserNamein interfaceDeploymentVersionStatus- Returns:
- Sanitized user name
-
getDisplayName
- Specified by:
getDisplayNamein interfaceDeploymentVersionStatus
-
getCreationDate
- Specified by:
getCreationDatein interfaceCreationDateProvider- Specified by:
getCreationDatein interfaceInternalDeploymentVersionStatus- Returns:
- Date the version object was created.
-