Package hudson.model
Class CauseAction.ConverterImpl
- java.lang.Object
-
- hudson.util.XStream2.PassthruConverter<CauseAction>
-
- hudson.model.CauseAction.ConverterImpl
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- CauseAction
public static class CauseAction.ConverterImpl extends XStream2.PassthruConverter<CauseAction>
-
-
Constructor Summary
Constructors Constructor Description ConverterImpl(XStream2 xstream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
callback(CauseAction ca, 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(CauseAction ca, com.thoughtworks.xstream.converters.UnmarshallingContext context)
- Specified by:
callback
in classXStream2.PassthruConverter<CauseAction>
-
-