public interface DeploymentProjectStatusForResultSummary
ResultsSummary| 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.
|
@Nullable 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 |
@NotNull @NotNull DeploymentProject getDeploymentProject()
@Nullable @Nullable DeploymentVersion getRelatedVersion()
ResultsSummary@Nullable @Nullable DeploymentVersion getFutureVersion()
@Nullable @Nullable ResultsSummary getFutureVersionResult()
@NotNull @NotNull List<? extends EnvironmentStatus> getEnvironmentStatuses()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.