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