Class HealthStatusItemsComputeUtil
- java.lang.Object
-
- jetbrains.buildServer.controllers.healthStatus.HealthStatusItemsComputeUtil
-
public class HealthStatusItemsComputeUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description HealthStatusItemsComputeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<HealthStatusItem>
computeItems(HealthStatusScope scope, HealthStatusReportLocator reportLocator, HealthStatusProvider healthStatusProvider, PagePlaces pagePlaces, boolean adminArea, String excludeCategoryId, String onlyCategoryId)
-
-
-
Method Detail
-
computeItems
@NotNull public static List<HealthStatusItem> computeItems(@NotNull HealthStatusScope scope, @NotNull HealthStatusReportLocator reportLocator, @NotNull HealthStatusProvider healthStatusProvider, @NotNull PagePlaces pagePlaces, boolean adminArea, @Nullable String excludeCategoryId, @Nullable String onlyCategoryId)
-
-