Class DiffReportProjectAction
- java.lang.Object
-
- io.jenkins.plugins.report.genericdiff.DiffReportProjectAction
-
- All Implemented Interfaces:
Action,ModelObject
public class DiffReportProjectAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description DiffReportProjectAction(Job<?,?> job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RpmsReportProjectActionOneChart>getChartsData()StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Constructor Detail
-
DiffReportProjectAction
public DiffReportProjectAction(Job<?,?> job)
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getChartsData
public List<RpmsReportProjectActionOneChart> getChartsData()
-
-