Package | Description |
---|---|
com.deepshiftlabs.nerrvana |
Modifier and Type | Method and Description |
---|---|
static NerrvanaPluginSettings |
NerrvanaPluginSettings.parse(Document doc) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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-2013 Deep Shift Labs. All Rights Reserved.