Interface InternalDeploymentVersionStatus
-
- All Superinterfaces:
BambooIdProvider,CreationDateProvider
- All Known Subinterfaces:
DeploymentVersionStatus,MutableDeploymentVersionStatus
- All Known Implementing Classes:
DeploymentVersionStatusDto,DeploymentVersionStatusImpl,MutableDeploymentVersionStatusImpl,RestDeploymentVersionStatus
public interface InternalDeploymentVersionStatus extends BambooIdProvider, CreationDateProvider
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetCreationDate()longgetId()StringgetUserName()DeploymentVersionStategetVersionState()
-
-
-
Method Detail
-
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.
-
-