org.jenkinsci.plugins.neoload_integration
Class NeoResultsAction
java.lang.Object
org.jenkinsci.plugins.neoload_integration.NeoResultsAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, Serializable
public class NeoResultsAction
- extends Object
- implements hudson.model.Action, Serializable
This class integrates with the side panel of the specific run of a job. The side panel consists of the navigation links on the left.
Listens for the AbstractBuild so it can be referenced later.
- See Also:
- Serialized Form
Constructor Summary |
NeoResultsAction(hudson.model.AbstractBuild<?,?> target,
boolean processingForTheFirstTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_HTML_GENERATED_BY_NEOLOAD
public static final String TAG_HTML_GENERATED_BY_NEOLOAD
- This tag is found in certain pages generated by NeoLoad.
- See Also:
- Constant Field Values
NeoResultsAction
public NeoResultsAction(hudson.model.AbstractBuild<?,?> target,
boolean processingForTheFirstTime)
- Parameters:
target
- processingForTheFirstTime
-
addActionIfNotExists
public static void addActionIfNotExists(hudson.model.AbstractBuild<?,?> build,
boolean processingForTheFirstTime)
- Parameters:
build
- processingForTheFirstTime
-
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
- Returns:
getHtmlReportFilePath
public String getHtmlReportFilePath()
- Returns:
-
- Throws:
IOException
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface hudson.model.Action
- Specified by:
getDisplayName
in interface hudson.model.ModelObject
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interface hudson.model.Action
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interface hudson.model.Action
Copyright © 2004-2013. All Rights Reserved.