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
public class JobAction extends io.jenkins.plugins.echarts.AsyncTrendJobAction<ResultAction>
Ported from the Dependency-Track Jenkins plugin.- Since:
- 5.0.0
- Author:
- Steve Springett (steve.springett@owasp.org)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected edu.hm.hafner.echarts.LinesChartModel
createChartModel()
String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
Methods inherited from class io.jenkins.plugins.echarts.AsyncTrendJobAction
createBuildHistory, getBuildTrendModel, isTrendVisible
-
-
-
-
Constructor Detail
-
JobAction
public JobAction(Job<?,?> project)
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
-
createChartModel
protected edu.hm.hafner.echarts.LinesChartModel createChartModel()
- Specified by:
createChartModel
in classio.jenkins.plugins.echarts.AsyncTrendJobAction<ResultAction>
-
-