hudson.model
Class HealthReport.ConverterImpl

java.lang.Object
  extended by hudson.util.XStream2.PassthruConverter<HealthReport>
      extended by 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.


Constructor Summary
HealthReport.ConverterImpl(XStream2 xstream)
           
 
Method Summary
protected  void callback(HealthReport hr, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
Methods inherited from class hudson.util.XStream2.PassthruConverter
canConvert, marshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HealthReport.ConverterImpl

public HealthReport.ConverterImpl(XStream2 xstream)
Method Detail

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.