public class DeploymentVersionImpl extends Object implements DeploymentVersion
orderingByCreationDate
DEFAULT_BRANCH_NAME
ORDERING
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 BambooIdProvider
getId
in interface InternalDeploymentVersion
@NotNull public String getName()
getName
in interface InternalDeploymentVersion
getName
in interface NameProvider
@NotNull public String getPlanBranchName()
getPlanBranchName
in interface InternalDeploymentVersion
public Date getCreationDate()
getCreationDate
in interface InternalDeploymentVersion
getCreationDate
in interface CreationDateProvider
public String getCreatorUserName()
getCreatorUserName
in interface InternalDeploymentVersion
public String getCreatorDisplayName()
getCreatorDisplayName
in interface DeploymentVersion
public 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()
DeploymentVersion
DeploymentVersionService.getDeploymentVersion(long)
Use DeploymentVersionService.getVariableContextForVersion(long)
instead.getVariableContext
in interface DeploymentVersion
@NotNull public Operations getOperations()
getOperations
in interface DeploymentVersion
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.