com.atlassian.bamboo.plugins.rest.deployments.versions
Class RestDeploymentVersionStatus
java.lang.Object
com.atlassian.bamboo.plugins.rest.deployments.versions.RestDeploymentVersionStatus
- All Implemented Interfaces:
- BambooIdProvider, DeploymentVersionStatus, InternalDeploymentVersionStatus, CreationDateProvider
public class RestDeploymentVersionStatus
- extends Object
- implements DeploymentVersionStatus
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestDeploymentVersionStatus
public RestDeploymentVersionStatus(@NotNull
DeploymentVersionStatus versionStatus)
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.