public class CucumberPerfRecorder
extends hudson.tasks.Recorder
Modifier and Type | Class and Description |
---|---|
static class |
CucumberPerfRecorder.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Modifier and Type | Field and Description |
---|---|
int |
countOfSortedSummaries |
String |
jsonReportDirectory |
String |
jsonReportFileName |
Constructor and Description |
---|
CucumberPerfRecorder(String jsonReportDirectory,
String jsonReportFileName,
int countOfSortedSummaries) |
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, prebuild
public final String jsonReportDirectory
public final String jsonReportFileName
public final int countOfSortedSummaries
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
IOException
InterruptedException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
Copyright © 2016. All rights reserved.