com.thalesgroup.hudson.plugins.xunit
Class XUnitConfig

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.xunit.XUnitConfig
All Implemented Interfaces:
java.io.Serializable

public class XUnitConfig
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.util.Map<java.lang.String,TypeDescriptor> TOOLS
           
 
Constructor Summary
XUnitConfig()
           
 
Method Summary
static void addDescriptor(TypeDescriptor t)
           
 java.util.List<TypeConfig> getCustomTools()
           
 java.util.List<TypeConfig> getTestTools()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOOLS

public static final java.util.Map<java.lang.String,TypeDescriptor> TOOLS
Constructor Detail

XUnitConfig

public XUnitConfig()
Method Detail

addDescriptor

public static void addDescriptor(TypeDescriptor t)

getTestTools

public java.util.List<TypeConfig> getTestTools()

getCustomTools

public java.util.List<TypeConfig> getCustomTools()


Copyright © 2010. All Rights Reserved.