public class XUnitProcessor extends Object implements Serializable
| Constructor and Description |
|---|
XUnitProcessor(org.jenkinsci.lib.dtkit.type.TestType[] types,
XUnitThreshold[] thresholds,
int thresholdMode,
ExtraConfiguration extraConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
performXunit(boolean dryRun,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
boolean |
performXUnit(boolean dryRun,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.model.TaskListener listener) |
public XUnitProcessor(org.jenkinsci.lib.dtkit.type.TestType[] types,
XUnitThreshold[] thresholds,
int thresholdMode,
ExtraConfiguration extraConfiguration)
public boolean performXunit(boolean dryRun,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic boolean performXUnit(boolean dryRun,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004-2016. All Rights Reserved.