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(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) |
XUnitProcessor(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] types,
XUnitThreshold[] thresholds,
int thresholdMode,
ExtraConfiguration extraConfiguration) |
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 | 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-2014. All Rights Reserved.