hudson.plugins.labeledgroupedtests.converters
Class ConvertToLabeledGroupsConverter

java.lang.Object
  extended by hudson.plugins.labeledgroupedtests.converters.ConvertToLabeledGroupsConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Direct Known Subclasses:
JUnitResultArchiverConverter, OpenCppunitPublisherConverter

public abstract class ConvertToLabeledGroupsConverter
extends java.lang.Object
implements com.thoughtworks.xstream.converters.Converter

User: Benjamin Shine bshine Date: Nov 16, 2009 Time: 1:50:23 PM


Field Summary
static java.lang.String CPPUNIT_PARSER_TO_USE
           
static boolean ENABLE_CONVERSIONS
          When this is false, the converter will refuse to convert anything.
static java.lang.String JUNIT_PARSER_TO_USE
           
protected static java.util.logging.Logger LOGGER
           
static java.lang.String OPEN_CPPUNIT_PLUGIN_CLASS_NAME
           
 
Constructor Summary
ConvertToLabeledGroupsConverter()
           
 
Method Summary
static void registerWithXStream(com.thoughtworks.xstream.XStream xstream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.thoughtworks.xstream.converters.Converter
marshal, unmarshal
 
Methods inherited from interface com.thoughtworks.xstream.converters.ConverterMatcher
canConvert
 

Field Detail

ENABLE_CONVERSIONS

public static final boolean ENABLE_CONVERSIONS
When this is false, the converter will refuse to convert anything. It is marked final because its state really only matters while Hudson is loading. It cannot effectively be changed except at compile time. Does that make it useless? Well, at least it's here.

See Also:
Constant Field Values

JUNIT_PARSER_TO_USE

public static final java.lang.String JUNIT_PARSER_TO_USE

OPEN_CPPUNIT_PLUGIN_CLASS_NAME

public static final java.lang.String OPEN_CPPUNIT_PLUGIN_CLASS_NAME
See Also:
Constant Field Values

CPPUNIT_PARSER_TO_USE

public static final java.lang.String CPPUNIT_PARSER_TO_USE
See Also:
Constant Field Values

LOGGER

protected static final java.util.logging.Logger LOGGER
Constructor Detail

ConvertToLabeledGroupsConverter

public ConvertToLabeledGroupsConverter()
Method Detail

registerWithXStream

public static void registerWithXStream(com.thoughtworks.xstream.XStream xstream)


Copyright © 2015 Yahoo!, Inc.. All Rights Reserved.