public class CucumberTrendReportBuilder
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
CucumberTrendReportBuilder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
CucumberTrendReportBuilder(String unstableThreshold,
String reportFolder,
String jsonReportName) |
| Modifier and Type | Method and Description |
|---|---|
CucumberTrendReportBuilder.DescriptorImpl |
getDescriptor() |
String |
getJsonReportName() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
String |
getReportFolder() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getUnstableThreshold() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic String getUnstableThreshold()
public String getReportFolder()
public String getJsonReportName()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public CucumberTrendReportBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.RecorderCopyright © 2016. All rights reserved.