public class JobAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
JobAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.AbstractProject<?,?> |
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 String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.AbstractProject<?,?> getProject()
public boolean isTrendVisible()
true if the trend is visible, false otherwise@JavaScriptMethod public net.sf.json.JSONArray getSeverityDistributionTrend()
Copyright © 2018–2019 OWASP. All rights reserved.