Uses of Class
jetbrains.buildServer.serverSide.healthStatus.HealthStatusProfile
-
Packages that use HealthStatusProfile Package Description jetbrains.buildServer.serverSide.healthStatus jetbrains.buildServer.serverSide.healthStatus.impl -
-
Uses of HealthStatusProfile in jetbrains.buildServer.serverSide.healthStatus
Methods in jetbrains.buildServer.serverSide.healthStatus with parameters of type HealthStatusProfile Modifier and Type Method Description HealthStatusTaskHealthStatusProvider. collectItems(HealthStatusScope scope, HealthStatusProfile profile)HealthStatusTaskHealthStatusProvider. collectItems(HealthStatusScope scope, HealthStatusProfile profile, HealthReportProgressListener progressListener)List<HealthStatusItem>HealthStatusProvider. collectItemsSynchronously(HealthStatusScope scope, HealthStatusProfile profile)Computes health status items with the specified scope and profile. -
Uses of HealthStatusProfile in jetbrains.buildServer.serverSide.healthStatus.impl
Methods in jetbrains.buildServer.serverSide.healthStatus.impl that return HealthStatusProfile Modifier and Type Method Description HealthStatusProfileHealthStatusProfileBuilder. build()HealthStatusProfileHealthStatusAnalysisSession. getProfile()HealthStatusProfileHealthStatusProfileProvider. getProfile()Methods in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type HealthStatusProfile Modifier and Type Method Description HealthStatusTaskCompositeHealthStatusReportImpl. collectItems(HealthStatusScope scope, HealthStatusProfile profile)HealthStatusTaskCompositeHealthStatusReportImpl. collectItems(HealthStatusScope scope, HealthStatusProfile profile, HealthReportProgressListener progressListener)List<HealthStatusItem>CompositeHealthStatusReportImpl. collectItemsSynchronously(HealthStatusScope scope, HealthStatusProfile profile)Constructors in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type HealthStatusProfile Constructor Description HealthStatusAnalysisSession(HealthStatusScope scope, HealthStatusProfile profile)
-