public class NeoResultsAction extends Object implements hudson.model.Action
Listens for the AbstractBuild so it can be referenced later.
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_HTML_GENERATED_BY_NEOLOAD
This tag is found in certain pages generated by NeoLoad.
|
| Constructor and Description |
|---|
NeoResultsAction(hudson.model.Run<?,?> run,
String xmlReportPath,
String htmlReportPath)
Instantiates a new Neo results action.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Run<?,?> |
getBuild()
Allows access to sidepanel.jelly from index.jelly.
|
String |
getDisplayName()
Gets display name.
|
String |
getHtmlReportFilePath()
Gets html report file path.
|
String |
getIconFileName()
Gets icon file name.
|
String |
getStoredHtmlReportPath()
Gets stored html report path.
|
String |
getStoredXmlReportPath()
Gets stored xml report path.
|
String |
getUrlName()
Gets url name.
|
public static final String TAG_HTML_GENERATED_BY_NEOLOAD
public hudson.model.Run<?,?> getBuild()
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getHtmlReportFilePath()
public String getStoredXmlReportPath()
public String getStoredHtmlReportPath()
Copyright © 2004-2021. All Rights Reserved.