Class EnvironmentStatusImpl
java.lang.Object
com.atlassian.bamboo.deployments.environments.EnvironmentStatusImpl
- All Implemented Interfaces:
EnvironmentStatus
-
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentStatusImpl(@NotNull Environment environment, @Nullable DeploymentResult deploymentResult) EnvironmentStatusImpl(@NotNull Environment environment, @Nullable DeploymentResult deploymentResult, @Nullable DeploymentResult latestResult) -
Method Summary
Modifier and TypeMethodDescription@Nullable DeploymentResultDeployment result of interest for this environment@NotNull EnvironmentEnvironment represented by the status@Nullable DeploymentResultThe latest deployment result for this environment IF it is different from the deployment result of interest
-
Constructor Details
-
EnvironmentStatusImpl
public EnvironmentStatusImpl(@NotNull @NotNull Environment environment, @Nullable @Nullable DeploymentResult deploymentResult) -
EnvironmentStatusImpl
public EnvironmentStatusImpl(@NotNull @NotNull Environment environment, @Nullable @Nullable DeploymentResult deploymentResult, @Nullable @Nullable DeploymentResult latestResult)
-
-
Method Details
-
getDeploymentResult
Description copied from interface:EnvironmentStatusDeployment result of interest for this environment- Specified by:
getDeploymentResultin interfaceEnvironmentStatus
-
getLatestResult
Description copied from interface:EnvironmentStatusThe latest deployment result for this environment IF it is different from the deployment result of interest- Specified by:
getLatestResultin interfaceEnvironmentStatus
-
getEnvironment
Description copied from interface:EnvironmentStatusEnvironment represented by the status- Specified by:
getEnvironmentin interfaceEnvironmentStatus
-