Class DeploymentProjectStatusForResultSummaryImpl
java.lang.Object
com.atlassian.bamboo.deployments.projects.DeploymentProjectStatusForResultSummaryImpl
- All Implemented Interfaces:
DeploymentProjectStatusForResultSummary
public class DeploymentProjectStatusForResultSummaryImpl
extends Object
implements DeploymentProjectStatusForResultSummary
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentProjectStatusForResultSummaryImpl(@NotNull DeploymentProject deploymentProject, @Nullable DeploymentVersion relatedVersion, @Nullable DeploymentVersion futureVersion, @Nullable ResultsSummary futureVersionResult, @NotNull List<? extends EnvironmentStatus> environmentStatuses) -
Method Summary
Modifier and TypeMethodDescription@NotNull DeploymentProject@NotNull List<? extends EnvironmentStatus>@Nullable DeploymentVersionIf there is no related version, this property contains the first version, which is associated with the build results of the same Plan.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 DeploymentVersionVersion associated with theResultsSummary
-
Constructor Details
-
DeploymentProjectStatusForResultSummaryImpl
public DeploymentProjectStatusForResultSummaryImpl(@NotNull @NotNull DeploymentProject deploymentProject, @Nullable @Nullable DeploymentVersion relatedVersion, @Nullable @Nullable DeploymentVersion futureVersion, @Nullable @Nullable ResultsSummary futureVersionResult, @NotNull @NotNull List<? extends EnvironmentStatus> environmentStatuses)
-
-
Method Details
-
getDeploymentProject
- Specified by:
getDeploymentProjectin interfaceDeploymentProjectStatusForResultSummary
-
getEnvironmentStatuses
- Specified by:
getEnvironmentStatusesin interfaceDeploymentProjectStatusForResultSummary
-
getRelatedVersion
Description copied from interface:DeploymentProjectStatusForResultSummaryVersion associated with theResultsSummary- Specified by:
getRelatedVersionin interfaceDeploymentProjectStatusForResultSummary
-
getFutureVersion
Description copied from interface:DeploymentProjectStatusForResultSummaryIf there is no related version, this property contains the first version, which is associated with the build results of the same Plan.- Specified by:
getFutureVersionin interfaceDeploymentProjectStatusForResultSummary
-
getFutureVersionResult
Description copied from interface:DeploymentProjectStatusForResultSummaryIf 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.- Specified by:
getFutureVersionResultin interfaceDeploymentProjectStatusForResultSummary
-