public class DeploymentProjectStatusForResultSummaryImpl extends Object implements DeploymentProjectStatusForResultSummary
Constructor and Description |
---|
DeploymentProjectStatusForResultSummaryImpl(DeploymentProject deploymentProject,
DeploymentVersion relatedVersion,
DeploymentVersion futureVersion,
ResultsSummary futureVersionResult,
List<? extends EnvironmentStatus> environmentStatuses) |
Modifier and Type | Method and Description |
---|---|
DeploymentProject |
getDeploymentProject() |
List<? extends EnvironmentStatus> |
getEnvironmentStatuses() |
DeploymentVersion |
getFutureVersion()
If there is no related version, this property contains the first version,
which is associated with the build results of the same Plan.
|
ResultsSummary |
getFutureVersionResult()
If there is no related version, this property contains the build result used to create the first version,
which is associated with the build results of the same Plan.
|
DeploymentVersion |
getRelatedVersion()
Version associated with the
ResultsSummary |
public DeploymentProjectStatusForResultSummaryImpl(@NotNull DeploymentProject deploymentProject, @Nullable DeploymentVersion relatedVersion, @Nullable DeploymentVersion futureVersion, @Nullable ResultsSummary futureVersionResult, @NotNull List<? extends EnvironmentStatus> environmentStatuses)
@NotNull public DeploymentProject getDeploymentProject()
getDeploymentProject
in interface DeploymentProjectStatusForResultSummary
@NotNull public List<? extends EnvironmentStatus> getEnvironmentStatuses()
getEnvironmentStatuses
in interface DeploymentProjectStatusForResultSummary
@Nullable public DeploymentVersion getRelatedVersion()
DeploymentProjectStatusForResultSummary
ResultsSummary
getRelatedVersion
in interface DeploymentProjectStatusForResultSummary
@Nullable public DeploymentVersion getFutureVersion()
DeploymentProjectStatusForResultSummary
getFutureVersion
in interface DeploymentProjectStatusForResultSummary
public ResultsSummary getFutureVersionResult()
DeploymentProjectStatusForResultSummary
getFutureVersionResult
in interface DeploymentProjectStatusForResultSummary
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.