public class DeploymentVersionStatusImpl extends Object implements DeploymentVersionStatus
ORDERING| Constructor and Description |
|---|
DeploymentVersionStatusImpl(InternalDeploymentVersionStatus versionStatus,
@Nullable String displayName,
@Nullable String gravatarUrl) |
DeploymentVersionStatusImpl(MutableDeploymentVersionStatus versionStatus,
@Nullable String displayName,
@Nullable String gravatarUrl) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
@Nullable String |
getDisplayName() |
@Nullable String |
getGravatarUrl() |
long |
getId() |
String |
getUserName() |
DeploymentVersionState |
getVersionState() |
public DeploymentVersionStatusImpl(MutableDeploymentVersionStatus versionStatus, @Nullable @Nullable String displayName, @Nullable @Nullable String gravatarUrl)
public DeploymentVersionStatusImpl(InternalDeploymentVersionStatus versionStatus, @Nullable @Nullable String displayName, @Nullable @Nullable String gravatarUrl)
public long getId()
getId in interface BambooIdProvidergetId in interface InternalDeploymentVersionStatuspublic DeploymentVersionState getVersionState()
getVersionState in interface InternalDeploymentVersionStatuspublic String getUserName()
getUserName in interface InternalDeploymentVersionStatus@Nullable public @Nullable String getDisplayName()
getDisplayName in interface DeploymentVersionStatus@Nullable public @Nullable String getGravatarUrl()
getGravatarUrl in interface DeploymentVersionStatuspublic Date getCreationDate()
getCreationDate in interface InternalDeploymentVersionStatusgetCreationDate in interface CreationDateProviderCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.