public class NUnitPublisher extends hudson.tasks.Recorder implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
NUnitPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static NUnitPublisher.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
NUnitPublisher(String testResultsPattern,
boolean debug,
boolean keepJUnitReports,
boolean skipJUnitArchiver)
Deprecated.
|
NUnitPublisher(String testResultsPattern,
boolean debug,
boolean keepJUnitReports,
boolean skipJUnitArchiver,
Boolean failIfNoResults) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDebug() |
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor() |
boolean |
getFailIfNoResults() |
boolean |
getKeepJunitReports() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
getSkipJunitArchiver() |
String |
getTestResultsPattern() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Object |
readResolve() |
void |
setDebug(boolean b) |
void |
setKeepJunitReports(boolean b) |
void |
setSkipJunitArchiver(boolean b) |
void |
setTestResultsPattern(String pattern) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectActions, perform, prebuild@Extension public static final NUnitPublisher.DescriptorImpl DESCRIPTOR
@Deprecated public NUnitPublisher(String testResultsPattern, boolean debug, boolean keepJUnitReports, boolean skipJUnitArchiver)
public Object readResolve()
public String getTestResultsPattern()
public void setTestResultsPattern(String pattern)
public void setDebug(boolean b)
public boolean getDebug()
public void setKeepJunitReports(boolean b)
public boolean getKeepJunitReports()
public void setSkipJunitArchiver(boolean b)
public boolean getSkipJunitArchiver()
public boolean getFailIfNoResults()
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.RecorderCopyright © 2004-2015. All Rights Reserved.