hudson.model
Class HealthReport.ConverterImpl
java.lang.Object
hudson.util.XStream2.PassthruConverter<HealthReport>
hudson.model.HealthReport.ConverterImpl
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- HealthReport
public static class HealthReport.ConverterImpl
- extends XStream2.PassthruConverter<HealthReport>
Fix deserialization of older data.
Method Summary |
protected void |
callback(HealthReport hr,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HealthReport.ConverterImpl
public HealthReport.ConverterImpl(XStream2 xstream)
callback
protected void callback(HealthReport hr,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
- Specified by:
callback
in class XStream2.PassthruConverter<HealthReport>
Copyright © 2004-2013. All Rights Reserved.