public class AnchoreAction extends Object implements SimpleBuildStep.LastBuildAction
| Constructor and Description |
|---|
AnchoreAction(Run<?,?> build,
String gateStatus,
String jenkinsOutputDirName,
String gateReport,
Map<String,String> queryReports,
String gateSummary,
String cveListingFileName,
int stopActionCount,
int warnActionCount,
int goActionCount) |
| Modifier and Type | Method and Description |
|---|---|
Run<?,?> |
getBuild() |
String |
getCveListingUrl() |
String |
getDisplayName() |
String |
getGateOutputUrl() |
String |
getGateReportUrl() |
String |
getGateStatus() |
net.sf.json.JSONObject |
getGateSummary() |
int |
getGoActionCount() |
String |
getIconFileName() |
AnchoreAction |
getPreviousResult()
Gets the Anchore result of the previous build, if it's recorded, or null.
|
Collection<? extends Action> |
getProjectActions() |
Map<String,String> |
getQueries() |
Map<String,String> |
getQueryOutputUrls() |
int |
getStopActionCount() |
String |
getUrlName() |
int |
getWarnActionCount() |
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic Run<?,?> getBuild()
public String getGateStatus()
public String getGateOutputUrl()
public net.sf.json.JSONObject getGateSummary()
public String getCveListingUrl()
public String getGateReportUrl()
public int getGoActionCount()
public int getStopActionCount()
public int getWarnActionCount()
public Collection<? extends Action> getProjectActions()
getProjectActions in interface SimpleBuildStep.LastBuildActionpublic AnchoreAction getPreviousResult()
Copyright © 2016–2023. All rights reserved.