com.atlassian.bamboo.plugins.rest.deployments.versions
Class RestDeploymentVersionStatus

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.deployments.versions.RestDeploymentVersionStatus
All Implemented Interfaces:
BambooIdProvider, DeploymentVersionStatus, InternalDeploymentVersionStatus, CreationDateProvider

public class RestDeploymentVersionStatus
extends Object
implements DeploymentVersionStatus


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
 
Constructor Summary
RestDeploymentVersionStatus(DeploymentVersionStatus versionStatus)
           
 
Method Summary
 Date getCreationDate()
           
 String getDisplayName()
           
 String getGravatarUrl()
           
 long getId()
           
 String getUserName()
           
 DeploymentVersionState getVersionState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestDeploymentVersionStatus

public RestDeploymentVersionStatus(@NotNull
                                   DeploymentVersionStatus versionStatus)
Method Detail

getId

public long getId()
Specified by:
getId in interface BambooIdProvider
Specified by:
getId in interface InternalDeploymentVersionStatus

getVersionState

public DeploymentVersionState getVersionState()
Specified by:
getVersionState in interface InternalDeploymentVersionStatus

getUserName

public String getUserName()
Specified by:
getUserName in interface InternalDeploymentVersionStatus

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface DeploymentVersionStatus

getGravatarUrl

public String getGravatarUrl()
Specified by:
getGravatarUrl in interface DeploymentVersionStatus

getCreationDate

public Date getCreationDate()
Specified by:
getCreationDate in interface InternalDeploymentVersionStatus
Specified by:
getCreationDate in interface CreationDateProvider
Returns:
Date the version object was created.


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.