Interface InternalDeploymentVersionStatus
- All Superinterfaces:
BambooIdProvider,CreationDateProvider
- All Known Subinterfaces:
DeploymentVersionStatus,MutableDeploymentVersionStatus
- All Known Implementing Classes:
DeploymentVersionStatusDto,DeploymentVersionStatusImpl,MutableDeploymentVersionStatusImpl,RestDeploymentVersionStatus
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING -
Method Summary
-
Method Details
-
getId
long getId()- Specified by:
getIdin interfaceBambooIdProvider
-
getVersionState
DeploymentVersionState getVersionState() -
getUserName
String getUserName() -
getCreationDate
Date getCreationDate()- Specified by:
getCreationDatein interfaceCreationDateProvider- Returns:
- Date the version object was created.
-