Class DeploymentVersionStatusImpl
java.lang.Object
com.atlassian.bamboo.deployments.versions.DeploymentVersionStatusImpl
- All Implemented Interfaces:
BambooIdProvider
,DeploymentVersionStatus
,InternalDeploymentVersionStatus
,CreationDateProvider
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
Constructor Summary
ConstructorDescriptionDeploymentVersionStatusImpl
(InternalDeploymentVersionStatus versionStatus, @Nullable String displayName) DeploymentVersionStatusImpl
(MutableDeploymentVersionStatus versionStatus, @Nullable String displayName) -
Method Summary
-
Constructor Details
-
DeploymentVersionStatusImpl
public DeploymentVersionStatusImpl(MutableDeploymentVersionStatus versionStatus, @Nullable @Nullable String displayName) -
DeploymentVersionStatusImpl
public DeploymentVersionStatusImpl(InternalDeploymentVersionStatus versionStatus, @Nullable @Nullable String displayName)
-
-
Method Details
-
getId
public long getId()- Specified by:
getId
in interfaceBambooIdProvider
- Specified by:
getId
in interfaceInternalDeploymentVersionStatus
-
getVersionState
- Specified by:
getVersionState
in interfaceInternalDeploymentVersionStatus
-
getUserName
- Specified by:
getUserName
in interfaceInternalDeploymentVersionStatus
-
getDisplayName
- Specified by:
getDisplayName
in interfaceDeploymentVersionStatus
-
getSanitizedUserName
- Specified by:
getSanitizedUserName
in interfaceDeploymentVersionStatus
- Returns:
- Sanitized user name
-
getCreationDate
- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Specified by:
getCreationDate
in interfaceInternalDeploymentVersionStatus
- Returns:
- Date the version object was created.
-