public class AnchoreAction extends Object implements jenkins.tasks.SimpleBuildStep.LastBuildAction
Constructor and Description |
---|
AnchoreAction(hudson.model.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 |
---|---|
hudson.model.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 hudson.model.Action> |
getProjectActions() |
Map<String,String> |
getQueries() |
Map<String,String> |
getQueryOutputUrls() |
int |
getStopActionCount() |
String |
getUrlName() |
int |
getWarnActionCount() |
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.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 hudson.model.Action> getProjectActions()
getProjectActions
in interface jenkins.tasks.SimpleBuildStep.LastBuildAction
public AnchoreAction getPreviousResult()
Copyright © 2016–2019. All rights reserved.