Uses of Class
com.deepshiftlabs.nerrvana.NerrvanaPluginSettings

Packages that use NerrvanaPluginSettings
com.deepshiftlabs.nerrvana   
 

Uses of NerrvanaPluginSettings in com.deepshiftlabs.nerrvana
 

Methods in com.deepshiftlabs.nerrvana that return NerrvanaPluginSettings
static NerrvanaPluginSettings NerrvanaPluginSettings.parse(Document doc)
           
 

Methods in com.deepshiftlabs.nerrvana with parameters of type NerrvanaPluginSettings
static String Testrun.assembleDescription(hudson.FilePath workspace, NerrvanaPluginSettings settings)
          Assembles test run description from static part contained in NerrvanaPluginSettings.test_run_descr and dynamic part contained in the file defined as NerrvanaPluginSettings.test_run_descr_file
static Document NerrvanaExecution.fatalResult(Document lastExecutionResult, Exception e, NerrvanaPluginSettings settings)
          Adds message about fatal error to the last <execution> node returned by Nerrvana or creates placeholder containing <execution> node when no NerrvanaExecution object has been returned by Nerrvana, e.g on connection failure.
static boolean NerrvanaExecution.testExecutionResults(hudson.model.AbstractBuild<?,?> build, NerrvanaPluginSettings settings)
          Tests if execution of selenium tests in Nerrvana was successful.
 

Constructors in com.deepshiftlabs.nerrvana with parameters of type NerrvanaPluginSettings
HttpCommunicator(NerrvanaPluginSettings settings)
           
ReportActionAggregated(hudson.model.AbstractBuild<?,?> build, String executionResultsFilename, NerrvanaPluginSettings settings)
          Loads file with results of execution of all Nerrvana plugins in this build
 



Copyright © 2004-2012 Deep Shift Labs. All Rights Reserved.