Package io.jenkins.plugins.monitoring
Class MonitoringCustomAction
java.lang.Object
hudson.model.InvisibleAction
io.jenkins.plugins.monitoring.MonitoringCustomAction
- All Implemented Interfaces:
Action,ModelObject
This action is added to
Run, if configuration is set in the Jenkinsfile. Therefore the portlets of this
action MonitoringCustomAction overwrites the one from the MonitoringDefaultAction added by the
MonitoringDefaultActionFactory.- Author:
- Simon Symhoven
-
Constructor Summary
ConstructorsConstructorDescriptionMonitoringCustomAction(String portlets) Creates a new instance ofMonitoringCustomAction. -
Method Summary
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
MonitoringCustomAction
Creates a new instance ofMonitoringCustomAction.- Parameters:
portlets- the portlets as json array string to be add.
-
-
Method Details
-
getPortlets
-