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 HealthStatusTask
HealthStatusProvider. collectItems(HealthStatusScope scope, HealthStatusProfile profile)
HealthStatusTask
HealthStatusProvider. 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 HealthStatusProfile
HealthStatusProfileBuilder. build()
HealthStatusProfile
HealthStatusAnalysisSession. getProfile()
HealthStatusProfile
HealthStatusProfileProvider. getProfile()
Methods in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type HealthStatusProfile Modifier and Type Method Description HealthStatusTask
CompositeHealthStatusReportImpl. collectItems(HealthStatusScope scope, HealthStatusProfile profile)
HealthStatusTask
CompositeHealthStatusReportImpl. 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)
-