hudson.plugins.labeledgroupedtests.converters
Class ConvertToLabeledGroupsConverter
java.lang.Object
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
| 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 |
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
ConvertToLabeledGroupsConverter
public ConvertToLabeledGroupsConverter()
registerWithXStream
public static void registerWithXStream(com.thoughtworks.xstream.XStream xstream)
Copyright © 2015 Yahoo!, Inc.. All Rights Reserved.