public class FitnesseResultsRecorder
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
FitnesseResultsRecorder.DescriptorImpl
See src/main/resources/hudson/plugins/fitnesse/FitnesseResultsRecorder/config.jelly
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
FitnesseResultsRecorder(String fitnessePathToXmlResultsIn) |
| Modifier and Type | Method and Description |
|---|---|
FitnesseResultsRecorder.DescriptorImpl |
getDescriptor()
Publisher |
String |
getFitnessePathToXmlResultsIn()
referenced in config.jelly
|
Collection<hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project)
Recorder |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService()
BuildStep |
hudson.FilePath[] |
getResultFiles(PrintStream logger,
hudson.FilePath workingDirectory) |
FitnesseResults |
getResults(PrintStream logger,
hudson.FilePath[] resultsFiles,
File rootDir) |
FitnesseResults |
getResults(PrintStream logger,
hudson.FilePath resultsFile,
File rootDir) |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
BuildStep |
all, getProjectAction, needsToRunAfterFinalized, prebuild@DataBoundConstructor public FitnesseResultsRecorder(String fitnessePathToXmlResultsIn)
public String getFitnessePathToXmlResultsIn()
public Collection<hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
RecordergetProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
BuildSteppublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
BuildStepperform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.FilePath[] getResultFiles(PrintStream logger, hudson.FilePath workingDirectory) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic FitnesseResults getResults(PrintStream logger, hudson.FilePath[] resultsFiles, File rootDir) throws IOException, TransformerException, InterruptedException
public FitnesseResults getResults(PrintStream logger, hudson.FilePath resultsFile, File rootDir) throws IOException, TransformerException, InterruptedException
public FitnesseResultsRecorder.DescriptorImpl getDescriptor()
PublishergetDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.RecorderCopyright © 2004-2015. All Rights Reserved.