public class NCScanResultAction extends Object implements Action, RunAction2
| Constructor and Description |
|---|
NCScanResultAction(ScanRequestResult scanRequestResult) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doGetContent() |
String |
getDisplayName() |
String |
getError() |
String |
getIconFileName() |
String |
getReportGenerated() |
Run |
getRun() |
ScanRequestResult |
getScanRequestResult() |
String |
getUrlName() |
void |
onAttached(Run<?,?> run) |
void |
onLoad(Run<?,?> run) |
void |
setScanRequestResult(ScanRequestResult scanRequestResult) |
public NCScanResultAction(ScanRequestResult scanRequestResult)
public ScanRequestResult getScanRequestResult()
public void setScanRequestResult(ScanRequestResult scanRequestResult)
public String getError()
public String getReportGenerated()
@GET public org.kohsuke.stapler.HttpResponse doGetContent()
@CheckForNull public String getIconFileName()
getIconFileName in interface Action@CheckForNull public String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObject@CheckForNull public String getUrlName()
getUrlName in interface Actionpublic void onAttached(Run<?,?> run)
onAttached in interface RunAction2public void onLoad(Run<?,?> run)
onLoad in interface RunAction2public Run getRun()
Copyright © 2016–2022. All rights reserved.