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