public class RestDeploymentVersion extends Object implements DeploymentVersion
orderingByCreationDate
DEFAULT_BRANCH_NAME
ORDERING
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 DeploymentVersion
public long getId()
getId
in interface BambooIdProvider
getId
in interface InternalDeploymentVersion
public String getName()
getName
in interface InternalDeploymentVersion
getName
in interface NameProvider
public Date getCreationDate()
getCreationDate
in interface InternalDeploymentVersion
getCreationDate
in interface CreationDateProvider
public String getCreatorUserName()
getCreatorUserName
in interface InternalDeploymentVersion
@Nullable public String getCreatorDisplayName()
getCreatorDisplayName
in interface DeploymentVersion
@Nullable public String getCreatorGravatarUrl()
getCreatorGravatarUrl
in interface DeploymentVersion
public 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 InternalDeploymentVersion
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.