Uses of Class
com.thalesgroup.hudson.plugins.xunit.types.XUnitType

Packages that use XUnitType
com.thalesgroup.hudson.plugins.xunit   
com.thalesgroup.hudson.plugins.xunit.transformer   
com.thalesgroup.hudson.plugins.xunit.types   
 

Uses of XUnitType in com.thalesgroup.hudson.plugins.xunit
 

Fields in com.thalesgroup.hudson.plugins.xunit declared as XUnitType
 XUnitType[] XUnitPublisher.types
           
 

Methods in com.thalesgroup.hudson.plugins.xunit that return types with arguments of type XUnitType
 hudson.DescriptorExtensionList<XUnitType,XUnitTypeDescriptor<?>> XUnitPublisher.XUnitDescriptorPublisher.getListXUnitTypeDescriptors()
           
 

Constructors in com.thalesgroup.hudson.plugins.xunit with parameters of type XUnitType
XUnitPublisher(XUnitType[] types)
           
 

Uses of XUnitType in com.thalesgroup.hudson.plugins.xunit.transformer
 

Constructors in com.thalesgroup.hudson.plugins.xunit.transformer with parameters of type XUnitType
XUnitTransformer(hudson.model.BuildListener listener, long buildTime, hudson.EnvVars env, XUnitType[] types, hudson.FilePath junitOutputPath)
           
 

Uses of XUnitType in com.thalesgroup.hudson.plugins.xunit.types
 

Classes in com.thalesgroup.hudson.plugins.xunit.types with type parameters of type XUnitType
 class XUnitTypeDescriptor<T extends XUnitType>
           
 

Subclasses of XUnitType in com.thalesgroup.hudson.plugins.xunit.types
 class BoostTestType
           
 class CustomType
           
 class FPCUnitType
           
 class MSTestType
           
 class NUnitType
           
 class PHPUnitType
           
 class UnitTestType
           
 

Methods in com.thalesgroup.hudson.plugins.xunit.types that return types with arguments of type XUnitType
static hudson.DescriptorExtensionList<XUnitType,XUnitTypeDescriptor<?>> XUnitTypeDescriptor.all()
           
static hudson.ExtensionList<XUnitType> XUnitType.all()
          All regsitered instances.
 



Copyright © 2010. All Rights Reserved.