public class RestDeploymentVersion extends Object implements DeploymentVersion
orderingByCreationDateDEFAULT_BRANCH_NAMEORDERING| Constructor and Description |
|---|
RestDeploymentVersion() |
RestDeploymentVersion(DeploymentVersion deploymentVersion) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAgeZeroPoint() |
Date |
getCreationDate() |
String |
getCreatorDisplayName() |
String |
getCreatorGravatarUrl() |
String |
getCreatorUserName() |
long |
getId() |
List<? extends DeploymentVersionItem> |
getItems() |
String |
getName() |
Operations |
getOperations() |
String |
getPlanBranchName() |
com.google.common.collect.ImmutableList<VariableSubstitutionContext> |
getVariableContext() |
RestDeploymentVersionStatus |
getVersionStatus() |
public RestDeploymentVersion()
public RestDeploymentVersion(@NotNull
DeploymentVersion deploymentVersion)
@NotNull public List<? extends DeploymentVersionItem> getItems()
getItems in interface DeploymentVersionpublic long getId()
getId in interface BambooIdProvidergetId in interface InternalDeploymentVersionpublic String getName()
getName in interface InternalDeploymentVersiongetName in interface NameProviderpublic Date getCreationDate()
getCreationDate in interface InternalDeploymentVersiongetCreationDate in interface CreationDateProviderpublic String getCreatorUserName()
getCreatorUserName in interface InternalDeploymentVersion@Nullable public String getCreatorDisplayName()
getCreatorDisplayName in interface DeploymentVersion@Nullable public String getCreatorGravatarUrl()
getCreatorGravatarUrl in interface DeploymentVersionpublic RestDeploymentVersionStatus getVersionStatus()
getVersionStatus in interface DeploymentVersion@NotNull public com.google.common.collect.ImmutableList<VariableSubstitutionContext> getVariableContext()
getVariableContext in interface DeploymentVersion@NotNull public Operations getOperations()
getOperations in interface DeploymentVersion@NotNull public String getPlanBranchName()
getPlanBranchName in interface InternalDeploymentVersion@NotNull public Date getAgeZeroPoint()
getAgeZeroPoint in interface InternalDeploymentVersionCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.