Class MonitoringWorkflowJobAction

java.lang.Object
io.jenkins.plugins.monitoring.MonitoringWorkflowJobAction
All Implemented Interfaces:
Action, ModelObject

public class MonitoringWorkflowJobAction extends Object implements Action
This action displays a link on the side panel of a WorkflowJob. The action is only displayed if the job is a pull request, which is described in the associated MonitoringWorkflowJobActionFactory. The action is responsible to reference the latest build of the job and navigates to the corresponding MonitoringDefaultAction.
Author:
Simon Symhoven