Interface DeploymentProjectStatusForResultSummary
-
- All Known Implementing Classes:
DeploymentProjectStatusForResultSummaryImpl
public interface DeploymentProjectStatusForResultSummary
Deployment status in relation to specificResultsSummary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 theResultsSummary
-
-
-
Method Detail
-
getDeploymentProject
@NotNull @NotNull DeploymentProject getDeploymentProject()
-
getRelatedVersion
@Nullable @Nullable DeploymentVersion getRelatedVersion()
Version associated with theResultsSummary
-
getFutureVersion
@Nullable @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.
-
getFutureVersionResult
@Nullable @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.
-
getEnvironmentStatuses
@NotNull @NotNull List<? extends EnvironmentStatus> getEnvironmentStatuses()
-
-