Class MonitoringCustomAction

java.lang.Object
hudson.model.InvisibleAction
io.jenkins.plugins.monitoring.MonitoringCustomAction
All Implemented Interfaces:
Action, ModelObject

public class MonitoringCustomAction extends InvisibleAction
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 Details

    • MonitoringCustomAction

      public MonitoringCustomAction(String portlets)
      Creates a new instance of MonitoringCustomAction.
      Parameters:
      portlets - the portlets as json array string to be add.
  • Method Details

    • getPortlets

      public String getPortlets()