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 Date
getCreationDate()
long
getId()
String
getUserName()
DeploymentVersionState
getVersionState()
-
-
-
Method Detail
-
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.
-
-