Interface EnvironmentStatusForAggregation
-
- All Known Implementing Classes:
EnvironmentStatusForAggregationImpl
@Internal public interface EnvironmentStatusForAggregation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull EnvironmentStub
getEnvironment()
@Nullable EnvironmentStatusForDashboard
getStatus()
-
-
-
Method Detail
-
getEnvironment
@NotNull @NotNull EnvironmentStub getEnvironment()
-
getStatus
@Nullable @Nullable EnvironmentStatusForDashboard getStatus()
-
-