Package io.jenkins.plugins.monitoring
Class Monitor
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- io.jenkins.plugins.monitoring.Monitor
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public final class Monitor extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
ThisStep
is responsible for the configuration of the monitoring dashboard via the corresponding Jenkinsfile.- Author:
- Simon Symhoven
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Monitor.Descriptor
AMonitor.Descriptor
for the monitoring step.-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPortlets()
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
-
-
-
Method Detail
-
getPortlets
public String getPortlets()
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-