public interface DeploymentVersion extends InternalDeploymentVersion, Serializable
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.Ordering<CreationDateProvider> |
orderingByCreationDate |
DEFAULT_BRANCH_NAME
ORDERING
Modifier and Type | Method and Description |
---|---|
String |
getCreatorDisplayName() |
String |
getCreatorGravatarUrl() |
List<? extends DeploymentVersionItem> |
getItems() |
Operations |
getOperations() |
com.google.common.collect.ImmutableList<VariableSubstitutionContext> |
getVariableContext()
Internal use only.
|
DeploymentVersionStatus |
getVersionStatus() |
getAgeZeroPoint, getCreationDate, getCreatorUserName, getId, getName, getPlanBranchName
static final com.google.common.collect.Ordering<CreationDateProvider> orderingByCreationDate
@NotNull List<? extends DeploymentVersionItem> getItems()
@Nullable DeploymentVersionStatus getVersionStatus()
@Internal @NotNull com.google.common.collect.ImmutableList<VariableSubstitutionContext> getVariableContext()
DeploymentVersionService.getDeploymentVersion(long)
Use DeploymentVersionService.getVariableContextForVersion(long)
instead.@Nullable String getCreatorDisplayName()
@Nullable String getCreatorGravatarUrl()
@NotNull Operations getOperations()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.