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