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:
getId
in interfaceBambooIdProvider
-
getVersionState
DeploymentVersionState getVersionState() -
getUserName
String getUserName() -
getCreationDate
Date getCreationDate()- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Returns:
- Date the version object was created.
-