Class DeploymentProjectStatusForResultSummaryImpl
java.lang.Object
com.atlassian.bamboo.deployments.projects.DeploymentProjectStatusForResultSummaryImpl
- All Implemented Interfaces:
DeploymentProjectStatusForResultSummary
public class DeploymentProjectStatusForResultSummaryImpl
extends Object
implements DeploymentProjectStatusForResultSummary
-
Constructor Summary
ConstructorDescriptionDeploymentProjectStatusForResultSummaryImpl
(@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 DeploymentVersion
If 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 DeploymentVersion
Version 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:
getDeploymentProject
in interfaceDeploymentProjectStatusForResultSummary
-
getEnvironmentStatuses
- Specified by:
getEnvironmentStatuses
in interfaceDeploymentProjectStatusForResultSummary
-
getRelatedVersion
Description copied from interface:DeploymentProjectStatusForResultSummary
Version associated with theResultsSummary
- Specified by:
getRelatedVersion
in interfaceDeploymentProjectStatusForResultSummary
-
getFutureVersion
Description copied from interface:DeploymentProjectStatusForResultSummary
If there is no related version, this property contains the first version, which is associated with the build results of the same Plan.- Specified by:
getFutureVersion
in interfaceDeploymentProjectStatusForResultSummary
-
getFutureVersionResult
Description copied from interface:DeploymentProjectStatusForResultSummary
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.- Specified by:
getFutureVersionResult
in interfaceDeploymentProjectStatusForResultSummary
-