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 EnvironmentStubgetEnvironment()@Nullable EnvironmentStatusForDashboardgetStatus()
-
-
-
Method Detail
-
getEnvironment
@NotNull @NotNull EnvironmentStub getEnvironment()
-
getStatus
@Nullable @Nullable EnvironmentStatusForDashboard getStatus()
-
-