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 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
-
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
-