Interface DeploymentProjectStatusForResultSummary
- All Known Implementing Classes:
DeploymentProjectStatusForResultSummaryImpl
public interface DeploymentProjectStatusForResultSummary
Deployment status in relation to specific
ResultsSummary
-
Method Summary
Modifier and TypeMethodDescription@NotNull DeploymentProject
@NotNull List<? extends EnvironmentStatus>
@Nullable DeploymentVersion
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
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
Version associated with theResultsSummary
-
Method Details
-
getDeploymentProject
-
getRelatedVersion
Version associated with theResultsSummary
-
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
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
-