Package io.jenkins.plugins.monitoring
Class MonitoringWorkflowJobAction
java.lang.Object
io.jenkins.plugins.monitoring.MonitoringWorkflowJobAction
- All Implemented Interfaces:
Action,ModelObject
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
-
Constructor Summary
ConstructorsConstructorDescriptionMonitoringWorkflowJobAction(org.jenkinsci.plugins.workflow.job.WorkflowJob workflowJob) Creates a new instance ofMonitoringWorkflowJobAction. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MonitoringWorkflowJobAction
public MonitoringWorkflowJobAction(org.jenkinsci.plugins.workflow.job.WorkflowJob workflowJob) Creates a new instance ofMonitoringWorkflowJobAction.- Parameters:
workflowJob- the job that owns owns this action.
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-