@ExportedBean @Extension public class HealthCheckAction extends DerivedPageAction
HealthCheck
results through the Jenkins UI, and also through
the Jenkins remote access API.
TODO(nghia): - consider a HealthCheckListener
extension point?
TODO(nghia): - consider a HealthCheckTrigger
trigger?Modifier and Type | Field and Description |
---|---|
static hudson.security.Permission |
CHECK
Introduce the Health/Check permission.
|
static hudson.security.PermissionGroup |
PERMISSIONS
Introduce a new type of Permission group for Health Check.
|
Constructor and Description |
---|
HealthCheckAction() |
Modifier and Type | Method and Description |
---|---|
protected HealthCheckManager |
getDerivedPageManager() |
String |
getDisplayName() |
protected hudson.security.Permission |
getReadPermission()
Get the permission level needed to view this Action.
|
String |
getUrlName() |
getApi, getIconFileName, getTarget, getZone, getZones
public static final hudson.security.PermissionGroup PERMISSIONS
public static final hudson.security.Permission CHECK
public String getDisplayName()
public String getUrlName()
protected HealthCheckManager getDerivedPageManager()
getDerivedPageManager
in class DerivedPageAction
HealthCheckManager
.protected hudson.security.Permission getReadPermission()
getReadPermission
in class DerivedPageAction
Jenkins.READ
.Copyright © 2004-2015. All Rights Reserved.