public class DeploymentVersionStatusImpl extends Object implements DeploymentVersionStatus
ORDERING
Constructor and Description |
---|
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 long getId()
getId
in interface BambooIdProvider
getId
in interface InternalDeploymentVersionStatus
public DeploymentVersionState getVersionState()
getVersionState
in interface InternalDeploymentVersionStatus
public String getUserName()
getUserName
in interface InternalDeploymentVersionStatus
@Nullable public String getDisplayName()
getDisplayName
in interface DeploymentVersionStatus
@Nullable public String getGravatarUrl()
getGravatarUrl
in interface DeploymentVersionStatus
public Date getCreationDate()
getCreationDate
in interface InternalDeploymentVersionStatus
getCreationDate
in interface CreationDateProvider
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.