| Package | Description |
|---|---|
| org.jenkinsci.plugins.xunit | |
| org.jenkinsci.plugins.xunit.threshold |
| Modifier and Type | Method and Description |
|---|---|
XUnitThreshold[] |
XUnitPublisher.XUnitDescriptorPublisher.getListXUnitThresholdInstance() |
XUnitThreshold[] |
XUnitBuilder.XUnitDescriptorBuilder.getListXUnitThresholdInstance() |
XUnitThreshold[] |
XUnitPublisher.getThresholds() |
XUnitThreshold[] |
XUnitBuilder.getThresholds() |
| Modifier and Type | Method and Description |
|---|---|
hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> |
XUnitPublisher.XUnitDescriptorPublisher.getListXUnitThresholdDescriptors() |
hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> |
XUnitBuilder.XUnitDescriptorBuilder.getListXUnitThresholdDescriptors() |
| Constructor and Description |
|---|
XUnitBuilder(org.jenkinsci.lib.dtkit.type.TestType[] types,
XUnitThreshold[] thresholds) |
XUnitBuilder(org.jenkinsci.lib.dtkit.type.TestType[] tools,
XUnitThreshold[] thresholds,
int thresholdMode,
String testTimeMargin) |
XUnitProcessor(org.jenkinsci.lib.dtkit.type.TestType[] types,
XUnitThreshold[] thresholds,
int thresholdMode,
ExtraConfiguration extraConfiguration) |
XUnitPublisher(org.jenkinsci.lib.dtkit.type.TestType[] types,
XUnitThreshold[] thresholds) |
XUnitPublisher(org.jenkinsci.lib.dtkit.type.TestType[] tools,
XUnitThreshold[] thresholds,
int thresholdMode,
String testTimeMargin) |
| Modifier and Type | Class and Description |
|---|---|
class |
XUnitThresholdDescriptor<T extends XUnitThreshold> |
| Modifier and Type | Class and Description |
|---|---|
class |
FailedThreshold |
class |
SkippedThreshold |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> |
XUnitThresholdDescriptor.all() |
static hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> |
XUnitThreshold.all() |
hudson.model.Descriptor<XUnitThreshold> |
XUnitThreshold.getDescriptor() |
| Constructor and Description |
|---|
FailedThresholdDescriptor(Class<? extends XUnitThreshold> clazz) |
SkippedThresholdDescriptor(Class<? extends XUnitThreshold> clazz) |
XUnitThresholdDescriptor(Class<? extends XUnitThreshold> clazz) |
Copyright © 2004-2016. All Rights Reserved.