public class DeploymentVersionImpl extends Object implements DeploymentVersion
orderingByCreationDateDEFAULT_BRANCH_NAMEORDERING| Constructor and Description |
|---|
DeploymentVersionImpl(DeploymentVersionDto version,
DeploymentVersionStatus versionStatus,
List<DeploymentVersionItem> deploymentVersionItems,
Operations operations,
String creatorDisplayName,
String creatorGravatarUrl) |
DeploymentVersionImpl(DeploymentVersionImpl version,
Operations operations) |
DeploymentVersionImpl(MutableDeploymentVersion version,
DeploymentVersionStatus versionStatus,
String creatorDisplayName,
String creatorGravatarUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getAgeZeroPoint() |
Date |
getCreationDate() |
String |
getCreatorDisplayName() |
String |
getCreatorGravatarUrl() |
String |
getCreatorUserName() |
long |
getId() |
List<DeploymentVersionItem> |
getItems() |
String |
getName() |
Operations |
getOperations() |
String |
getPlanBranchName() |
com.google.common.collect.ImmutableList<VariableSubstitutionContext> |
getVariableContext()
Internal use only.
|
DeploymentVersionStatus |
getVersionStatus() |
int |
hashCode() |
public DeploymentVersionImpl(MutableDeploymentVersion version, @Nullable DeploymentVersionStatus versionStatus, String creatorDisplayName, @Nullable String creatorGravatarUrl)
public DeploymentVersionImpl(DeploymentVersionDto version, @Nullable DeploymentVersionStatus versionStatus, List<DeploymentVersionItem> deploymentVersionItems, Operations operations, String creatorDisplayName, @Nullable String creatorGravatarUrl)
public DeploymentVersionImpl(@NotNull
DeploymentVersionImpl version,
Operations operations)
public long getId()
getId in interface BambooIdProvidergetId in interface InternalDeploymentVersion@NotNull public String getName()
getName in interface InternalDeploymentVersiongetName in interface NameProvider@NotNull public String getPlanBranchName()
getPlanBranchName in interface InternalDeploymentVersionpublic Date getCreationDate()
getCreationDate in interface InternalDeploymentVersiongetCreationDate in interface CreationDateProviderpublic String getCreatorUserName()
getCreatorUserName in interface InternalDeploymentVersionpublic String getCreatorDisplayName()
getCreatorDisplayName in interface DeploymentVersionpublic String getCreatorGravatarUrl()
getCreatorGravatarUrl in interface DeploymentVersion@NotNull public List<DeploymentVersionItem> getItems()
getItems in interface DeploymentVersion@Nullable public DeploymentVersionStatus getVersionStatus()
getVersionStatus in interface DeploymentVersion@NotNull public Date getAgeZeroPoint()
getAgeZeroPoint in interface InternalDeploymentVersion@NotNull public com.google.common.collect.ImmutableList<VariableSubstitutionContext> getVariableContext()
DeploymentVersionDeploymentVersionService.getDeploymentVersion(long)
Use DeploymentVersionService.getVariableContextForVersion(long) instead.getVariableContext in interface DeploymentVersion@NotNull public Operations getOperations()
getOperations in interface DeploymentVersionCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.