public class SeleniumHtmlReportPublisher extends Recorder implements Serializable, SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
SeleniumHtmlReportPublisher.DescriptorImpl |
Publisher.DescriptorExtensionListImplSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
SeleniumHtmlReportPublisher() |
SeleniumHtmlReportPublisher(String testResultsDir,
boolean failureIfExceptionOnParsingResultFiles)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFailureIfExceptionOnParsingResultFiles() |
BuildStepMonitor |
getRequiredMonitorService() |
protected File |
getSeleniumReportsDir(Run<?,?> build)
Gets the directory where the latest selenium reports are stored for the
given build.
|
String |
getTestResultsDir() |
boolean |
isFailureIfExceptionOnParsingResultFiles() |
void |
perform(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setFailureIfExceptionOnParsingResultFiles(boolean failureIfExceptionOnParsingResultFiles) |
void |
setTestResultsDir(String testResultsDir) |
getDescriptorall, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperform, perform, requiresWorkspacegetProjectAction, getProjectActions, perform, prebuild@Deprecated public SeleniumHtmlReportPublisher(String testResultsDir, boolean failureIfExceptionOnParsingResultFiles)
@DataBoundConstructor public SeleniumHtmlReportPublisher()
public boolean getFailureIfExceptionOnParsingResultFiles()
@DataBoundSetter public void setFailureIfExceptionOnParsingResultFiles(boolean failureIfExceptionOnParsingResultFiles)
public boolean isFailureIfExceptionOnParsingResultFiles()
public BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildSteppublic void perform(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2021. All rights reserved.