A C D E G H M N P S T _ 

A

all() - Static method in class com.google.jenkins.plugins.health.HealthCheck
 

C

CHECK - Static variable in class com.google.jenkins.plugins.health.HealthCheckAction
Introduce the Health/Check permission.
ClassLoaderCheck - Class in com.google.jenkins.plugins.health
An extension of HealthCheck that verifies that some required plugin classes were loaded.
ClassLoaderCheck(String) - Constructor for class com.google.jenkins.plugins.health.ClassLoaderCheck
 
ClassLoaderCheck.DescriptorImpl - Class in com.google.jenkins.plugins.health
Descriptor class for this extension.
ClassLoaderCheck.DescriptorImpl() - Constructor for class com.google.jenkins.plugins.health.ClassLoaderCheck.DescriptorImpl
 
ClassLoaderCheck_DisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Confirms that certain classes were loaded
com.google.jenkins.plugins.health - package com.google.jenkins.plugins.health
 
com.google.jenkins.plugins.health.lib - package com.google.jenkins.plugins.health.lib
Provides infrastructure for building a page assembled from 'components', each of which has a simple output and independent, potentially rich derivation logic.

D

DerivedPageAction - Class in com.google.jenkins.plugins.health.lib
Expose DerivedPageComponents' assembled pages through the Jenkins UI and through the Jenkins remote access API.
DerivedPageAction() - Constructor for class com.google.jenkins.plugins.health.lib.DerivedPageAction
 
DerivedPageComponent<Report extends DerivedPageComponentReport> - Interface in com.google.jenkins.plugins.health.lib
Logic to yield a Report for this component of the page.
DerivedPageComponentReport<Value> - Class in com.google.jenkins.plugins.health.lib
A tuple of a Result derivation success and Value outcome.
DerivedPageComponentReport(Result, Value) - Constructor for class com.google.jenkins.plugins.health.lib.DerivedPageComponentReport
 
DerivedPageManager<Zone extends DerivedPageZone> - Class in com.google.jenkins.plugins.health.lib
Manages DerivedPageComponent configurations.
DerivedPageManager(Class<Zone>) - Constructor for class com.google.jenkins.plugins.health.lib.DerivedPageManager
Load an instance of DerivedPageManager from Jenkins configuration from disk if the configuration file (by DerivedPageManager.getConfigFile()) exists.
DerivedPageZone<Component extends DerivedPageComponent<Report>,Report extends DerivedPageComponentReport> - Class in com.google.jenkins.plugins.health.lib
A DerivedPageZone is a named container for DerivedPageComponents.
DerivedPageZone(String, List<Component>) - Constructor for class com.google.jenkins.plugins.health.lib.DerivedPageZone
 
derivePageComponent(HealthCheck) - Method in class com.google.jenkins.plugins.health.HealthZone
Return the component's Report indicating the success of the derivation and any result obtained from it.
derivePageComponent(Component) - Method in class com.google.jenkins.plugins.health.lib.DerivedPageZone
Return the component's Report indicating the success of the derivation and any result obtained from it.
doAutoCompleteLabelsSsv(String) - Method in class com.google.jenkins.plugins.health.ExecutorCheck.DescriptorImpl
 
doConfigSubmit(StaplerRequest) - Method in class com.google.jenkins.plugins.health.lib.DerivedPageManager
Handles form submission.
doJson(StaplerRequest, StaplerResponse) - Method in class com.google.jenkins.plugins.health.HealthZone.ErrorApi
doPython(StaplerRequest, StaplerResponse) - Method in class com.google.jenkins.plugins.health.HealthZone.ErrorApi
doXml(StaplerRequest, StaplerResponse, String, String, String, int) - Method in class com.google.jenkins.plugins.health.HealthZone.ErrorApi

E

ExecutorCheck - Class in com.google.jenkins.plugins.health
An extension of HealthCheck that verifies that Jenkins has more than a given minimum number of executors of some given labels.
ExecutorCheck(int, String) - Constructor for class com.google.jenkins.plugins.health.ExecutorCheck
 
ExecutorCheck.DescriptorImpl - Class in com.google.jenkins.plugins.health
Descriptor class for this extension.
ExecutorCheck.DescriptorImpl() - Constructor for class com.google.jenkins.plugins.health.ExecutorCheck.DescriptorImpl
 
ExecutorCheck_DisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Confirms a minimum number of executors
ExecutorCheck_ErrorMessage(Object, Object, Object) - Static method in class com.google.jenkins.plugins.health.Messages
There are {0} < {1} executors for {2}.

G

getApi() - Method in class com.google.jenkins.plugins.health.HealthZone
 
getApi() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageAction
A default implementation of the remote access API.
getClassesToCheckCsv() - Method in class com.google.jenkins.plugins.health.ClassLoaderCheck
 
getCombinedReport() - Method in class com.google.jenkins.plugins.health.HealthZone
 
getCombinedResult() - Method in class com.google.jenkins.plugins.health.HealthZone
 
getComponents() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageZone
 
getConfigFileName() - Method in class com.google.jenkins.plugins.health.HealthCheckManager
Return the filename in which to store the configuration serializing a (singleton) subclass instance.
getConfigFileName() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageManager
Return the filename in which to store the configuration serializing a (singleton) subclass instance.
getDerivedPageManager() - Method in class com.google.jenkins.plugins.health.HealthCheckAction
 
getDerivedPageManager() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageAction
 
getDerivedPages() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageManager
 
getDescription() - Method in class com.google.jenkins.plugins.health.HealthCheckManager
getDescriptor() - Method in class com.google.jenkins.plugins.health.ExecutorCheck
getDescriptor() - Method in class com.google.jenkins.plugins.health.HealthZone
 
getDescriptors() - Static method in class com.google.jenkins.plugins.health.HealthZone
 
getDisplayName() - Method in class com.google.jenkins.plugins.health.ClassLoaderCheck.DescriptorImpl
getDisplayName() - Method in class com.google.jenkins.plugins.health.ExecutorCheck.DescriptorImpl
getDisplayName() - Method in class com.google.jenkins.plugins.health.HealthCheckAction
getDisplayName() - Method in class com.google.jenkins.plugins.health.HealthCheckManager
getDisplayName() - Method in class com.google.jenkins.plugins.health.HealthZone.DescriptorImpl
getDisplayName() - Method in class com.google.jenkins.plugins.health.HealthZone
getHealthCheckDescriptors() - Static method in class com.google.jenkins.plugins.health.HealthCheckManager
 
getIconFileName() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageAction
getIconFileName() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageManager
getLabels() - Method in class com.google.jenkins.plugins.health.ExecutorCheck
 
getLabelsSsv() - Method in class com.google.jenkins.plugins.health.ExecutorCheck
 
getMinExecutors() - Method in class com.google.jenkins.plugins.health.ExecutorCheck
 
getName() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageZone
 
getReadPermission() - Method in class com.google.jenkins.plugins.health.HealthCheckAction
Get the permission level needed to view this Action.
getReadPermission() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageAction
Get the permission level needed to view this Action.
getReports() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageZone
 
getResult() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageComponentReport
 
getTarget() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageAction
getUrlName() - Method in class com.google.jenkins.plugins.health.HealthCheckAction
getUrlName() - Method in class com.google.jenkins.plugins.health.HealthCheckManager
getValue() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageComponentReport
 
getZone(String) - Method in class com.google.jenkins.plugins.health.lib.DerivedPageAction
 
getZone(String) - Method in class com.google.jenkins.plugins.health.lib.DerivedPageManager
 
getZones() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageAction
 

H

HealthCheck - Class in com.google.jenkins.plugins.health
A Describable ExtensionPoint to perform health checks.
HealthCheck() - Constructor for class com.google.jenkins.plugins.health.HealthCheck
 
HealthCheck_Permissions_Check() - Static method in class com.google.jenkins.plugins.health.Messages
Check
HealthCheck_Permissions_Title() - Static method in class com.google.jenkins.plugins.health.Messages
Health
HealthCheckAction - Class in com.google.jenkins.plugins.health
Expose HealthCheck results through the Jenkins UI, and also through the Jenkins remote access API.
HealthCheckAction() - Constructor for class com.google.jenkins.plugins.health.HealthCheckAction
 
HealthCheckAction_DisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Health Check Summary
HealthCheckManager - Class in com.google.jenkins.plugins.health
Managing HealthCheck configurations.
HealthCheckManager() - Constructor for class com.google.jenkins.plugins.health.HealthCheckManager
Load an instance of HealthCheckManager from Jenkins configuration from disk if the configuration file (by DerivedPageManager.getConfigFile()) exists.
HealthCheckManager_Description() - Static method in class com.google.jenkins.plugins.health.Messages
Configure the different kind of health checks to be performed
HealthCheckManager_DisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Manage Health Checks
HealthCheckReport - Class in com.google.jenkins.plugins.health
A tuple of a Result object and a log stream as a String.
HealthCheckReport(Result, String) - Constructor for class com.google.jenkins.plugins.health.HealthCheckReport
{inheritDoc}
HealthZone - Class in com.google.jenkins.plugins.health
A HealthZone is a named container for HealthChecks.
HealthZone(String, List<HealthCheck>) - Constructor for class com.google.jenkins.plugins.health.HealthZone
 
HealthZone.DescriptorImpl - Class in com.google.jenkins.plugins.health
Descriptor of HealthZone.
HealthZone.DescriptorImpl() - Constructor for class com.google.jenkins.plugins.health.HealthZone.DescriptorImpl
 
HealthZone.ErrorApi - Class in com.google.jenkins.plugins.health
An implementation of Api that can give a better error message for our use case.
HealthZone.ErrorApi(HealthZone, HealthCheckReport) - Constructor for class com.google.jenkins.plugins.health.HealthZone.ErrorApi
 
HealthZone_BadStatus(Object, Object, Object) - Static method in class com.google.jenkins.plugins.health.Messages
Zone {0} has bad status {1}: {2}
HealthZone_DescriptorDisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Standard Health Zone
HealthZone_DisplayName(Object) - Static method in class com.google.jenkins.plugins.health.Messages
Health Zone: {0}

M

Messages - Class in com.google.jenkins.plugins.health
 
Messages() - Constructor for class com.google.jenkins.plugins.health.Messages
 

N

namePageComponent(HealthCheck) - Method in class com.google.jenkins.plugins.health.HealthZone
 
namePageComponent(Component) - Method in class com.google.jenkins.plugins.health.lib.DerivedPageZone
Provide the key by which a Component's derived result will be indexed and displayed to the user.

P

perform(TaskListener) - Method in class com.google.jenkins.plugins.health.ClassLoaderCheck
Subclass needs to implement its own health check logic here.
perform(TaskListener) - Method in class com.google.jenkins.plugins.health.ExecutorCheck
Subclass needs to implement its own health check logic here.
perform(TaskListener) - Method in class com.google.jenkins.plugins.health.HealthCheck
Subclass needs to implement its own health check logic here.
performDerivation() - Method in class com.google.jenkins.plugins.health.HealthCheck
 
performDerivation() - Method in interface com.google.jenkins.plugins.health.lib.DerivedPageComponent
Hook to derive the value of this particular page component.
PERMISSIONS - Static variable in class com.google.jenkins.plugins.health.HealthCheckAction
Introduce a new type of Permission group for Health Check.

S

save() - Method in class com.google.jenkins.plugins.health.lib.DerivedPageManager
setDerivedPages(List<HealthZone>) - Method in class com.google.jenkins.plugins.health.HealthCheckManager
 
setDerivedPages(List<Zone>) - Method in class com.google.jenkins.plugins.health.lib.DerivedPageManager
 

T

toString() - Method in class com.google.jenkins.plugins.health.ClassLoaderCheck
toString() - Method in class com.google.jenkins.plugins.health.ExecutorCheck

_

_ClassLoaderCheck_DisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Confirms that certain classes were loaded
_ExecutorCheck_DisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Confirms a minimum number of executors
_ExecutorCheck_ErrorMessage(Object, Object, Object) - Static method in class com.google.jenkins.plugins.health.Messages
There are {0} < {1} executors for {2}.
_HealthCheck_Permissions_Check() - Static method in class com.google.jenkins.plugins.health.Messages
Check
_HealthCheck_Permissions_Title() - Static method in class com.google.jenkins.plugins.health.Messages
Health
_HealthCheckAction_DisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Health Check Summary
_HealthCheckManager_Description() - Static method in class com.google.jenkins.plugins.health.Messages
Configure the different kind of health checks to be performed
_HealthCheckManager_DisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Manage Health Checks
_HealthZone_BadStatus(Object, Object, Object) - Static method in class com.google.jenkins.plugins.health.Messages
Zone {0} has bad status {1}: {2}
_HealthZone_DescriptorDisplayName() - Static method in class com.google.jenkins.plugins.health.Messages
Standard Health Zone
_HealthZone_DisplayName(Object) - Static method in class com.google.jenkins.plugins.health.Messages
Health Zone: {0}
A C D E G H M N P S T _ 

Copyright © 2004-2015. All Rights Reserved.