public class DeploymentProjectStatusForResultSummaryImpl extends Object implements DeploymentProjectStatusForResultSummary
Constructor and Description |
---|
DeploymentProjectStatusForResultSummaryImpl(@NotNull DeploymentProject deploymentProject,
@Nullable DeploymentVersion relatedVersion,
@Nullable DeploymentVersion futureVersion,
@Nullable ResultsSummary futureVersionResult,
@NotNull List<? extends EnvironmentStatus> environmentStatuses) |
Modifier and Type | Method and Description |
---|---|
@NotNull DeploymentProject |
getDeploymentProject() |
@NotNull List<? extends EnvironmentStatus> |
getEnvironmentStatuses() |
@Nullable 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.
|
@Nullable DeploymentVersion |
getRelatedVersion()
Version associated with the
ResultsSummary |
public DeploymentProjectStatusForResultSummaryImpl(@NotNull @NotNull DeploymentProject deploymentProject, @Nullable @Nullable DeploymentVersion relatedVersion, @Nullable @Nullable DeploymentVersion futureVersion, @Nullable @Nullable ResultsSummary futureVersionResult, @NotNull @NotNull List<? extends EnvironmentStatus> environmentStatuses)
@NotNull public @NotNull DeploymentProject getDeploymentProject()
getDeploymentProject
in interface DeploymentProjectStatusForResultSummary
@NotNull public @NotNull List<? extends EnvironmentStatus> getEnvironmentStatuses()
getEnvironmentStatuses
in interface DeploymentProjectStatusForResultSummary
@Nullable public @Nullable DeploymentVersion getRelatedVersion()
DeploymentProjectStatusForResultSummary
ResultsSummary
getRelatedVersion
in interface DeploymentProjectStatusForResultSummary
@Nullable public @Nullable DeploymentVersion getFutureVersion()
DeploymentProjectStatusForResultSummary
getFutureVersion
in interface DeploymentProjectStatusForResultSummary
public ResultsSummary getFutureVersionResult()
DeploymentProjectStatusForResultSummary
getFutureVersionResult
in interface DeploymentProjectStatusForResultSummary
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.