public class XUnitPublisher extends hudson.tasks.Recorder implements org.jenkinsci.lib.dryrun.DryRun, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
XUnitPublisher.XUnitDescriptorPublisher |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
XUnitPublisher(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] types,
XUnitThreshold[] thresholds) |
XUnitPublisher(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] tools,
XUnitThreshold[] thresholds,
int thresholdMode,
String testTimeMargin) |
Modifier and Type | Method and Description |
---|---|
ExtraConfiguration |
getExtraConfiguration() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
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, getProjectAction, needsToRunAfterFinalized, prebuild
public XUnitPublisher(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] types, XUnitThreshold[] thresholds)
@DataBoundConstructor public XUnitPublisher(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 hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
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
performDryRun
in interface org.jenkinsci.lib.dryrun.DryRun
InterruptedException
IOException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
Copyright © 2004-2014. All Rights Reserved.