Interface EnvironmentStatus
- All Known Implementing Classes:
EnvironmentStatusImpl
@PublicApi
public interface EnvironmentStatus
A wrapper for passing down to ui/soy an Environment with it's latest DeploymentResult
-
Method Summary
Modifier and TypeMethodDescription@Nullable DeploymentResult
Deployment result of interest for this environment@NotNull Environment
Environment represented by the status@Nullable DeploymentResult
The latest deployment result for this environment IF it is different from the deployment result of interest
-
Method Details
-
getEnvironment
Environment represented by the status -
getDeploymentResult
Deployment result of interest for this environment -
getLatestResult
The latest deployment result for this environment IF it is different from the deployment result of interest
-