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
ConstructorsConstructorDescriptionDeploymentVersionStatusImpl(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:
getIdin interfaceBambooIdProvider- Specified by:
getIdin interfaceInternalDeploymentVersionStatus
-
getVersionState
- Specified by:
getVersionStatein interfaceInternalDeploymentVersionStatus
-
getUserName
- Specified by:
getUserNamein interfaceInternalDeploymentVersionStatus
-
getDisplayName
- Specified by:
getDisplayNamein interfaceDeploymentVersionStatus
-
getSanitizedUserName
- Specified by:
getSanitizedUserNamein interfaceDeploymentVersionStatus- Returns:
- Sanitized user name
-
getCreationDate
- Specified by:
getCreationDatein interfaceCreationDateProvider- Specified by:
getCreationDatein interfaceInternalDeploymentVersionStatus- Returns:
- Date the version object was created.
-