Uses of Interface
jetbrains.buildServer.serverSide.healthStatus.HealthStatusScope
-
-
Uses of HealthStatusScope in jetbrains.buildServer.clouds.server.serverHealth
Methods in jetbrains.buildServer.clouds.server.serverHealth with parameters of type HealthStatusScope Modifier and Type Method Description boolean
CloudAgentsIdleHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
DuplicateCloudProfileHealthReport. canReportItemsFor(HealthStatusScope scope)
void
CloudAgentsIdleHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
DuplicateCloudProfileHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.controllers.admin.healthStatus
Methods in jetbrains.buildServer.controllers.admin.healthStatus that return HealthStatusScope Modifier and Type Method Description HealthStatusScope
HealthStatusReportBean. createScope()
-
Uses of HealthStatusScope in jetbrains.buildServer.controllers.healthStatus
Methods in jetbrains.buildServer.controllers.healthStatus with parameters of type HealthStatusScope Modifier and Type Method Description protected List<HealthStatusItem>
BaseHealthStatusItemsController. calculateItems(HealthStatusScope scope, javax.servlet.http.HttpServletRequest request)
static List<HealthStatusItem>
HealthStatusItemsComputeUtil. computeItems(HealthStatusScope scope, HealthStatusReportLocator reportLocator, HealthStatusProvider healthStatusProvider, PagePlaces pagePlaces, boolean adminArea, String excludeCategoryId, String onlyCategoryId)
-
Uses of HealthStatusScope in jetbrains.buildServer.controllers.parameters.serverHealth
Methods in jetbrains.buildServer.controllers.parameters.serverHealth with parameters of type HealthStatusScope Modifier and Type Method Description boolean
DuplicateInheritedRemoteParameterHealthReport. canReportItemsFor(HealthStatusScope scope)
void
DuplicateInheritedRemoteParameterHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.diagnostic
Methods in jetbrains.buildServer.diagnostic with parameters of type HealthStatusScope Modifier and Type Method Description boolean
MemoryProblemsHealthReport. canReportItemsFor(HealthStatusScope scope)
void
MemoryProblemsHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.https.diagnostic
Methods in jetbrains.buildServer.https.diagnostic with parameters of type HealthStatusScope Modifier and Type Method Description boolean
AgentsStillNotUsingHttpsReport. canReportItemsFor(HealthStatusScope scope)
boolean
HttpsCertificateExpirationStatusReport. canReportItemsFor(HealthStatusScope scope)
void
AgentsStillNotUsingHttpsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
HttpsCertificateExpirationStatusReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.issueTracker.reports
Methods in jetbrains.buildServer.issueTracker.reports with parameters of type HealthStatusScope Modifier and Type Method Description boolean
IssuesStoredTokenUnavailableReport. canReportItemsFor(HealthStatusScope scope)
boolean
PatternCollisionHealthReport. canReportItemsFor(HealthStatusScope scope)
void
IssuesStoredTokenUnavailableReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
PatternCollisionHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.push.impl.healthReport
Methods in jetbrains.buildServer.push.impl.healthReport with parameters of type HealthStatusScope Modifier and Type Method Description boolean
BioConnectorHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
ConfigureProxyServerForWebsocketReport. canReportItemsFor(HealthStatusScope scope)
void
BioConnectorHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ConfigureProxyServerForWebsocketReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.serverSide.healthStatus
Methods in jetbrains.buildServer.serverSide.healthStatus with parameters of type HealthStatusScope Modifier and Type Method Description boolean
CompositeHealthStatusReportTestUtil.TestReport. canReportItemsFor(HealthStatusScope scope)
abstract boolean
HealthStatusReport. canReportItemsFor(HealthStatusScope scope)
Check whether the report can produce any items accepted by the specified scope.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.void
CompositeHealthStatusReportTestUtil.ControlledReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
CompositeHealthStatusReportTestUtil.NoOpReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
abstract void
HealthStatusReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
When called must report all found problems to result consumer according to the received scope. -
Uses of HealthStatusScope in jetbrains.buildServer.serverSide.healthStatus.impl
Methods in jetbrains.buildServer.serverSide.healthStatus.impl that return HealthStatusScope Modifier and Type Method Description HealthStatusScope
ScopeBuilder. build()
HealthStatusScope
HealthStatusAnalysisSession. getScope()
Methods in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type HealthStatusScope Modifier and Type Method Description boolean
HealthStatusReportDecorator. canReportItemsFor(HealthStatusScope scope)
HealthStatusTask
CompositeHealthStatusReportImpl. collectItems(HealthStatusScope scope, HealthStatusProfile profile)
HealthStatusTask
CompositeHealthStatusReportImpl. collectItems(HealthStatusScope scope, HealthStatusProfile profile, HealthReportProgressListener progressListener)
List<HealthStatusItem>
CompositeHealthStatusReportImpl. collectItemsSynchronously(HealthStatusScope scope, HealthStatusProfile profile)
void
HealthStatusReportDecorator. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
Constructors in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type HealthStatusScope Constructor Description HealthStatusAnalysisSession(HealthStatusScope scope, HealthStatusProfile profile)
-
Uses of HealthStatusScope in jetbrains.buildServer.serverSide.healthStatus.reports
Methods in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type HealthStatusScope Modifier and Type Method Description boolean
AgentUpgradeProblemsReport. canReportItemsFor(HealthStatusScope scope)
boolean
ArtifactsUrlStillHttpReport. canReportItemsFor(HealthStatusScope scope)
boolean
AutoCheckoutHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
BrokenArtifactDependenciesReport. canReportItemsFor(HealthStatusScope scope)
boolean
BrokenProjectTokensReport. canReportItemsFor(HealthStatusScope scope)
boolean
BrokenSnapshotDependenciesReport. canReportItemsFor(HealthStatusScope scope)
boolean
BuiltInAuthModuleHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
CaptureErrorsForRecentErrorsReport. canReportItemsFor(HealthStatusScope scope)
boolean
CleanupErrorsReport. canReportItemsFor(HealthStatusScope scope)
boolean
CleanupExtensionsErrorsReport. canReportItemsFor(HealthStatusScope scope)
boolean
CollationMismatchProblemReporter. canReportItemsFor(HealthStatusScope scope)
boolean
ConfigurationErrorsReport. canReportItemsFor(HealthStatusScope scope)
boolean
DatabaseHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
DataDirectoryPermissionsHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
DeprecatedJava8Report. canReportItemsFor(HealthStatusScope scope)
boolean
DiskSpaceReport. canReportItemsFor(HealthStatusScope scope)
boolean
DuplicateBuildTriggerReport. canReportItemsFor(HealthStatusScope scope)
boolean
FrequentCleanCheckoutReport. canReportItemsFor(HealthStatusScope scope)
boolean
HeavyServerCheckoutPatchesReport. canReportItemsFor(HealthStatusScope scope)
boolean
HugeLogBuildReport. canReportItemsFor(HealthStatusScope scope)
boolean
InefficientArtifactsPublishingReport. canReportItemsFor(HealthStatusScope scope)
boolean
InternalPropertiesUsageReport. canReportItemsFor(HealthStatusScope scope)
boolean
InvalidApprovalRulesHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
InvalidBranchFilterSyntaxReport. canReportItemsFor(HealthStatusScope scope)
boolean
InvalidCleanupKeepRulesReport. canReportItemsFor(HealthStatusScope scope)
boolean
InvalidScheduleTriggerSettingsReport. canReportItemsFor(HealthStatusScope scope)
boolean
InvalidVcsTriggerSettingsReport. canReportItemsFor(HealthStatusScope scope)
boolean
LegacySecondaryNodeReport. canReportItemsFor(HealthStatusScope scope)
boolean
LicenseIssuesReport. canReportItemsFor(HealthStatusScope scope)
boolean
MainNodeInactiveHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
ManyBuildsProducedByTriggerHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
MissingNodesResponsibilitiesHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
NewVersionAvailableReport. canReportItemsFor(HealthStatusScope scope)
boolean
NodesTimeDiffReport. canReportItemsFor(HealthStatusScope scope)
boolean
NoProxyMultiNodeSetupReport. canReportItemsFor(HealthStatusScope scope)
boolean
NotConfiguredRootUrlHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
OldLog4jConfigurationHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
ProxyVersionMismatchReport. canReportItemsFor(HealthStatusScope scope)
boolean
QueuedBuildAgentsReport. canReportItemsFor(HealthStatusScope scope)
boolean
QuietPeriodHealthStatusReport. canReportItemsFor(HealthStatusScope scope)
boolean
RedundantVcsRootsReport. canReportItemsFor(HealthStatusScope scope)
boolean
RedundantVcsTriggerReport. canReportItemsFor(HealthStatusScope scope)
boolean
ReuseSnapshotDependenciesReport. canReportItemsFor(HealthStatusScope scope)
boolean
SameRootAndArtifactHostsHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
ScheduleTriggerManyBranchesReport. canReportItemsFor(HealthStatusScope scope)
boolean
SecondaryNodeVersionMismatchHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
SecurityUpdatesHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
ServerRootUrlStillHttpReport. canReportItemsFor(HealthStatusScope scope)
boolean
SuspiciousUUIDHealthStatusReport. canReportItemsFor(HealthStatusScope scope)
boolean
TriggeringProblemsReport. canReportItemsFor(HealthStatusScope scope)
boolean
UnbundledPluginUsageGlobalReport. canReportItemsFor(HealthStatusScope scope)
boolean
UnbundledPluginUsageReport. canReportItemsFor(HealthStatusScope scope)
boolean
UnreachableDefaultTemplateReport. canReportItemsFor(HealthStatusScope scope)
boolean
UnusedAgentsReport. canReportItemsFor(HealthStatusScope scope)
boolean
UnusedVcsRootsReport. canReportItemsFor(HealthStatusScope scope)
void
AgentUpgradeProblemsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ArtifactsUrlStillHttpReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
AutoCheckoutHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
BranchFilterHealthReportBase. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
BrokenArtifactDependenciesReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
BrokenProjectTokensReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
BrokenSnapshotDependenciesReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
BuildTypeSettingsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
BuiltInAuthModuleHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
CaptureErrorsForRecentErrorsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
CleanupErrorsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
CleanupExtensionsErrorsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
CollationMismatchProblemReporter. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ConfigurationErrorsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
DatabaseHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
DataDirectoryPermissionsHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
DeprecatedJava8Report. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
DiskSpaceReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
FrequentCleanCheckoutReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
HeavyServerCheckoutPatchesReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
HugeLogBuildReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
InefficientArtifactsPublishingReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
InternalPropertiesUsageReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
InvalidApprovalRulesHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
InvalidCleanupKeepRulesReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
LegacySecondaryNodeReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
LicenseIssuesReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
MainNodeInactiveHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ManyBuildsProducedByTriggerHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
MissingNodesResponsibilitiesHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
NewVersionAvailableReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
NodesTimeDiffReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
NoProxyMultiNodeSetupReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
NotConfiguredRootUrlHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
OldLog4jConfigurationHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ProxyVersionMismatchReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
QueuedBuildAgentsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
QuietPeriodHealthStatusReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
RedundantVcsRootsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ReuseSnapshotDependenciesReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
SameRootAndArtifactHostsHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ScheduleTriggerManyBranchesReport. report(HealthStatusScope scope, HealthStatusItemConsumer consumer)
void
SecondaryNodeVersionMismatchHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
SecurityUpdatesHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ServerRootUrlStillHttpReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
SuspiciousUUIDHealthStatusReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
TriggeringProblemsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
UnbundledPluginUsageGlobalReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
UnbundledPluginUsageReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
UnreachableDefaultTemplateReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
UnusedAgentsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
UnusedVcsRootsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.serverSide.healthStatus.reports.fileCaches
Methods in jetbrains.buildServer.serverSide.healthStatus.reports.fileCaches with parameters of type HealthStatusScope Modifier and Type Method Description boolean
FilesCachesReport. canReportItemsFor(HealthStatusScope scope)
void
FilesCachesReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.serverSide.healthStatus.utils
Methods in jetbrains.buildServer.serverSide.healthStatus.utils with parameters of type HealthStatusScope Modifier and Type Method Description List<List<SBuildType>>
FrequentCleanCheckoutHelper. computeBuildTypesWithDifferentVcsSettings(HealthStatusScope scope)
-
Uses of HealthStatusScope in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type HealthStatusScope Modifier and Type Method Description boolean
SettingsPersistErrorsReport. canReportItemsFor(HealthStatusScope scope)
void
SettingsPersistErrorsReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type HealthStatusScope Modifier and Type Method Description boolean
NotPersistedEntitiesHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
OutdatedProjectSettingsHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
ProjectVersionedSettingsDisabledHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
VersionedSettingsCommitErrorHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
VersionedSettingsConfigErrorHealthReport. canReportItemsFor(HealthStatusScope scope)
boolean
VersionedSettingsContextParametersReport. canReportItemsFor(HealthStatusScope scope)
boolean
VersionedSettingsDisabledHealthReport. canReportItemsFor(HealthStatusScope scope)
void
NotPersistedEntitiesHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer consumer)
void
OutdatedProjectSettingsHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ProjectVersionedSettingsDisabledHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
VersionedSettingsCommitErrorHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer consumer)
void
VersionedSettingsConfigErrorHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer consumer)
void
VersionedSettingsContextParametersReport. report(HealthStatusScope scope, HealthStatusItemConsumer consumer)
void
VersionedSettingsDisabledHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.serverSide.oauth.reports
Methods in jetbrains.buildServer.serverSide.oauth.reports with parameters of type HealthStatusScope Modifier and Type Method Description boolean
UnavailableTokenReport. canReportItemsFor(HealthStatusScope scope)
boolean
UniqueUrlReport. canReportItemsFor(HealthStatusScope scope)
void
UnavailableTokenReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
UniqueUrlReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.tools.bundled
Methods in jetbrains.buildServer.tools.bundled with parameters of type HealthStatusScope Modifier and Type Method Description boolean
BundledToolInstallationFailedReport. canReportItemsFor(HealthStatusScope scope)
void
BundledToolInstallationFailedReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.web.openapi.healthStatus.suggestions
Methods in jetbrains.buildServer.web.openapi.healthStatus.suggestions with parameters of type HealthStatusScope Modifier and Type Method Description boolean
BuildTypeSuggestion. canReportItemsFor(HealthStatusScope scope)
boolean
ProjectSuggestion. canReportItemsFor(HealthStatusScope scope)
protected Collection<SBuildType>
BuildTypeSuggestion. filterBuildTypes(HealthStatusScope scope)
Not for all build types suggestions should be shown.protected Collection<SProject>
ProjectSuggestion. filterProjects(HealthStatusScope scope)
void
BuildTypeSuggestion. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
void
ProjectSuggestion. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.web.plugins.report
Methods in jetbrains.buildServer.web.plugins.report with parameters of type HealthStatusScope Modifier and Type Method Description boolean
ServerPluginsHealthReport. canReportItemsFor(HealthStatusScope scope)
void
ServerPluginsHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.web.proxyProblems
Methods in jetbrains.buildServer.web.proxyProblems with parameters of type HealthStatusScope Modifier and Type Method Description boolean
ProxyConfigurationProblemsHealthReport. canReportItemsFor(HealthStatusScope scope)
void
ProxyConfigurationProblemsHealthReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-
Uses of HealthStatusScope in jetbrains.buildServer.web.security.impl
Methods in jetbrains.buildServer.web.security.impl with parameters of type HealthStatusScope Modifier and Type Method Description boolean
DomainIsolationHealthStatusReport. canReportItemsFor(HealthStatusScope scope)
void
DomainIsolationHealthStatusReport. report(HealthStatusScope scope, HealthStatusItemConsumer resultConsumer)
-