public class XUnitBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
XUnitBuilder.XUnitDescriptorBuilder |
Constructor and Description |
---|
XUnitBuilder(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] types,
XUnitThreshold[] thresholds) |
XUnitBuilder(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] tools,
XUnitThreshold[] thresholds,
int thresholdMode,
String testTimeMargin) |
Modifier and Type | Method and Description |
---|---|
ExtraConfiguration |
getExtraConfiguration() |
int |
getThresholdMode() |
XUnitThreshold[] |
getThresholds() |
com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] |
getTypes() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
performDryRun(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
public XUnitBuilder(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] types, XUnitThreshold[] thresholds)
@DataBoundConstructor public XUnitBuilder(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] tools, XUnitThreshold[] thresholds, int thresholdMode, String testTimeMargin)
public com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] getTypes()
public XUnitThreshold[] getThresholds()
public int getThresholdMode()
public ExtraConfiguration getExtraConfiguration()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public boolean performDryRun(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
InterruptedException
IOException
Copyright © 2004-2014. All Rights Reserved.