org.jenkinsci.plugins.neoload_integration
Class NeoResultsAction

java.lang.Object
  extended by 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

Field Summary
static String TAG_HTML_GENERATED_BY_NEOLOAD
          This tag is found in certain pages generated by NeoLoad.
 
Constructor Summary
NeoResultsAction(hudson.model.AbstractBuild<?,?> target, boolean processingForTheFirstTime)
           
 
Method Summary
static void addActionIfNotExists(hudson.model.AbstractBuild<?,?> build, boolean processingForTheFirstTime)
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 String getDisplayName()
           
 String getHtmlReportFilePath()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NeoResultsAction

public NeoResultsAction(hudson.model.AbstractBuild<?,?> target,
                        boolean processingForTheFirstTime)
Parameters:
target -
processingForTheFirstTime -
Method Detail

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.