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, prebuild
public 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
IOException
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public CucumberTrendReportBuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Recorder
Copyright © 2016. All rights reserved.