public class ForensicsJobAction extends io.jenkins.plugins.util.JobAction<ForensicsBuildAction>
ForensicsBuildAction with a RepositoryStatistics instance). This action also is responsible
to render the historical trend via its associated 'floatingBox.jelly' view.| Constructor and Description |
|---|
ForensicsJobAction(hudson.model.Job<?,?> owner)
Creates a new instance of
ForensicsJobAction. |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildTrend()
Returns the UI model for an ECharts line chart that shows the issues stacked by severity.
|
String |
getDisplayName() |
String |
getIconFileName()
Returns the icon URL for the side-panel in the job screen.
|
String |
getUrlName() |
public ForensicsJobAction(hudson.model.Job<?,?> owner)
ForensicsJobAction.owner - the job that owns this actionpublic String getDisplayName()
@Nullable public String getIconFileName()
null is
returned.public String getUrlName()
@JavaScriptMethod public String getBuildTrend()
Copyright © 2016–2019. All rights reserved.