Class SystemRootAction
- java.lang.Object
-
- org.jenkinsci.plugins.jqsmonitoring.jqscore.SystemRootAction
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
@Extension public class SystemRootAction extends Object implements RootAction
ThisRootActionprovides relevant system information in an easily parseable format.- Author:
- Mirko Friedenhagen
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SystemRootAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAlive(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)voiddoCheck(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)voiddoHealth(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
doAlive
public void doAlive(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException- Throws:
IOException
-
doCheck
public void doCheck(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException- Throws:
IOException
-
doHealth
public void doHealth(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException- Throws:
IOException
-
-