@PublicApi
public interface EnvironmentStatus
| Modifier and Type | Method and Description | 
|---|---|
@Nullable DeploymentResult | 
getDeploymentResult()
Deployment result of interest for this environment 
 | 
@NotNull Environment | 
getEnvironment()
Environment represented by the status 
 | 
@Nullable DeploymentResult | 
getLatestResult()
The latest deployment result for this environment IF it is different from the deployment result of interest 
 | 
@NotNull @NotNull Environment getEnvironment()
@Nullable @Nullable DeploymentResult getDeploymentResult()
@Nullable @Nullable DeploymentResult getLatestResult()
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.