public class JobAction extends Object implements Action
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
Job<?,?> |
getProject() |
net.sf.json.JSONArray |
getSeverityDistributionTrend()
Returns the UI model for an ECharts line chart that shows the issues stacked by severity.
|
String |
getUrlName() |
boolean |
isTrendVisible()
Returns whether the trend chart is visible or not.
|
public JobAction(Job<?,?> project)
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic Job<?,?> getProject()
public boolean isTrendVisible()
true if the trend is visible, false otherwise@JavaScriptMethod public net.sf.json.JSONArray getSeverityDistributionTrend()
Copyright © 2018–2020 OWASP. All rights reserved.