Package 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.
-
-
Constructor Summary
Constructors Constructor Description ConverterImpl(XStream2 xstream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
callback(HealthReport hr, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-
Methods inherited from class hudson.util.XStream2.PassthruConverter
canConvert, marshal, unmarshal
-
-
-
-
Constructor Detail
-
ConverterImpl
public ConverterImpl(XStream2 xstream)
-
-
Method Detail
-
callback
protected void callback(HealthReport hr, com.thoughtworks.xstream.converters.UnmarshallingContext context)
- Specified by:
callback
in classXStream2.PassthruConverter<HealthReport>
-
-