public class CucumberReportPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
CucumberReportPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
String |
fileExcludePattern |
String |
fileIncludePattern |
boolean |
ignoreFailedTests |
String |
jsonReportDirectory |
boolean |
noFlashCharts |
boolean |
parallelTesting |
String |
pluginUrlPath |
boolean |
skippedFails |
boolean |
undefinedFails |
| Constructor and Description |
|---|
CucumberReportPublisher(String jsonReportDirectory,
String pluginUrlPath,
String fileIncludePattern,
String fileExcludePattern,
boolean skippedFails,
boolean undefinedFails,
boolean noFlashCharts,
boolean ignoreFailedTests,
boolean parallelTesting) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectActions, perform, prebuildpublic final String jsonReportDirectory
public final String pluginUrlPath
public final String fileIncludePattern
public final String fileExcludePattern
public final boolean skippedFails
public final boolean undefinedFails
public final boolean noFlashCharts
public final boolean ignoreFailedTests
public final boolean parallelTesting
@DataBoundConstructor public CucumberReportPublisher(String jsonReportDirectory, String pluginUrlPath, String fileIncludePattern, String fileExcludePattern, boolean skippedFails, boolean undefinedFails, boolean noFlashCharts, boolean ignoreFailedTests, boolean parallelTesting)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2015. All Rights Reserved.