Package hudson.model
Class HealthReport.ConverterImpl
- All Implemented Interfaces:
 com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
 HealthReport
Fix deserialization of older data.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcallback(HealthReport hr, com.thoughtworks.xstream.converters.UnmarshallingContext context) Methods inherited from class hudson.util.XStream2.PassthruConverter
canConvert, marshal, unmarshal 
- 
Constructor Details
- 
ConverterImpl
 
 - 
 - 
Method Details
- 
callback
protected void callback(HealthReport hr, com.thoughtworks.xstream.converters.UnmarshallingContext context) - Specified by:
 callbackin classXStream2.PassthruConverter<HealthReport>
 
 -