public class AnchoreProjectAction extends Object implements Action
| Modifier and Type | Field and Description |
|---|---|
Job<?,?> |
job
Parent that owns this action.
|
| Constructor and Description |
|---|
AnchoreProjectAction(Job<?,?> job)
Create new AnchoreProjectAction instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Redirects the index page to the last report.
|
String |
getDisplayName() |
String |
getIconFileName() |
AnchoreAction |
getLastAnchoreAction() |
Graph |
getTrendGraph()
Generates the Anchore trend graph
|
String |
getUrlName() |
public final Job<?,?> job
public AnchoreProjectAction(Job<?,?> job)
job - instance of Jenkins Jobpublic String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic void doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
request - Stapler requestresponse - Stapler responseIOException - in case of an errorpublic AnchoreAction getLastAnchoreAction()
public Graph getTrendGraph()
Copyright © 2016–2022. All rights reserved.