|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.jqsmonitoring.jqscore.JQSMonitoring
@ExportedBean @Extension public class JQSMonitoring
Main class of the Plugin. Extension Point.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
JQSMonitoring()
Constructor |
|
| Method Summary | |
|---|---|
void |
doConfigSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Accepts the parameters from the local configuration page and passes them on to LocalConfig class. |
void |
doSetDefaults(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Sets the default values for the configuration. |
hudson.model.Api |
getApi()
REST API. |
BuildQueue |
getBuildQueue()
Refreshes and returns the instance of BuildQueue. |
String |
getDisplayName()
Returns the display name for this plugin. |
String |
getFailedBuildHistogram()
Returns the address of the failed-jobs histogram. |
FailHistory |
getFailHistory()
Returns the instance of FailHistory. |
String |
getIconFileName()
Returns the icon url for this plugin. |
String |
getIconsURL()
Returns the icons url for this plugin. |
ArrayList<RunningJob> |
getJobsRunningTooLong()
Returns a list of jobs that have been running for too long. |
LocalConfig |
getLocalConfig()
Returns an instance of the configuration. |
int |
getNumberOfAllJobs()
Returns the number of all jobs in Jenkins/Hudson. |
String |
getRootURL()
Returns the root url for this plugin. |
SlavesHolder |
getSlavesHolder()
Returns an instance of the SlavesHolder. |
String |
getUrlName()
Returns the url for this plugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JQSMonitoring()
| Method Detail |
|---|
public hudson.model.Api getApi()
@Exported public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObject@Exported public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Action@Exported public BuildQueue getBuildQueue()
public String getRootURL()
public String getIconsURL()
@Exported public int getNumberOfAllJobs()
@Exported public ArrayList<RunningJob> getJobsRunningTooLong()
@Exported public FailHistory getFailHistory()
public String getFailedBuildHistogram()
public void doConfigSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
req - Requestrsp - Response
IOException - input/ouput
javax.servlet.ServletException
public void doSetDefaults(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
req - Requestrsp - Response
IOException
javax.servlet.ServletExceptionpublic LocalConfig getLocalConfig()
@Exported public SlavesHolder getSlavesHolder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||