Class JobAction
java.lang.Object
io.jenkins.plugins.util.JobAction<T>
io.jenkins.plugins.echarts.AsyncTrendJobAction<ResultAction>
org.jenkinsci.plugins.DependencyCheck.JobAction
- All Implemented Interfaces:
Action
,ModelObject
,io.jenkins.plugins.echarts.AsyncTrendChart
Ported from the Dependency-Track Jenkins plugin.
- Since:
- 5.0.0
- Author:
- Steve Springett (steve.springett@owasp.org)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected edu.hm.hafner.echarts.LinesChartModel
Methods inherited from class io.jenkins.plugins.echarts.AsyncTrendJobAction
createBuildHistory, getBuildTrendModel, isTrendVisible
Methods inherited from class io.jenkins.plugins.util.JobAction
doIndex, getBuildActionClass, getLatestAction, getOwner
-
Constructor Details
-
JobAction
-
-
Method Details
-
getIconFileName
-
getDisplayName
-
getUrlName
-
createChartModel
protected edu.hm.hafner.echarts.LinesChartModel createChartModel()- Specified by:
createChartModel
in classio.jenkins.plugins.echarts.AsyncTrendJobAction<ResultAction>
-