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
This
Step is responsible for the configuration of the monitoring dashboard
via the corresponding Jenkinsfile.- Author:
- Simon Symhoven
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
Monitor
Creates a new instance ofMonitor.- Parameters:
portlets- the monitor configuration as json array string.
-
-
Method Details
-
getPortlets
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step
-