Uses of Class
org.jenkinsci.plugins.xunit.threshold.XUnitThreshold

Packages that use XUnitThreshold
org.jenkinsci.plugins.xunit   
org.jenkinsci.plugins.xunit.threshold   
 

Uses of XUnitThreshold in org.jenkinsci.plugins.xunit
 

Methods in org.jenkinsci.plugins.xunit that return XUnitThreshold
 XUnitThreshold[] XUnitPublisher.XUnitDescriptorPublisher.getListXUnitThresholdInstance()
           
 XUnitThreshold[] XUnitPublisher.getThresholds()
           
 

Methods in org.jenkinsci.plugins.xunit that return types with arguments of type XUnitThreshold
 hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> XUnitPublisher.XUnitDescriptorPublisher.getListXUnitThresholdDescriptors()
           
 

Constructors in org.jenkinsci.plugins.xunit with parameters of type XUnitThreshold
XUnitPublisher(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] types, XUnitThreshold[] thresholds)
           
XUnitPublisher(com.thalesgroup.dtkit.metrics.hudson.api.type.TestType[] types, XUnitThreshold[] thresholds, java.lang.String thresholdMode)
           
 

Uses of XUnitThreshold in org.jenkinsci.plugins.xunit.threshold
 

Classes in org.jenkinsci.plugins.xunit.threshold with type parameters of type XUnitThreshold
 class XUnitThresholdDescriptor<T extends XUnitThreshold>
           
 

Subclasses of XUnitThreshold in org.jenkinsci.plugins.xunit.threshold
 class FailedThreshold
           
 class SkippedThreshold
           
 

Methods in org.jenkinsci.plugins.xunit.threshold that return types with arguments of type XUnitThreshold
static hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> XUnitThresholdDescriptor.all()
           
static hudson.DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> XUnitThreshold.all()
           
 hudson.model.Descriptor<XUnitThreshold> XUnitThreshold.getDescriptor()
           
 

Constructor parameters in org.jenkinsci.plugins.xunit.threshold with type arguments of type XUnitThreshold
FailedThresholdDescriptor(java.lang.Class<? extends XUnitThreshold> clazz)
           
SkippedThresholdDescriptor(java.lang.Class<? extends XUnitThreshold> clazz)
           
XUnitThresholdDescriptor(java.lang.Class<? extends XUnitThreshold> clazz)
           
 



Copyright © 2004-2012. All Rights Reserved.