Class PipelineQueueInfoAction.ConverterV1
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.util.conversion.VersionedConverter<PipelineQueueInfoAction>
-
- org.datadog.jenkins.plugins.datadog.model.PipelineQueueInfoAction.ConverterV1
-
- Enclosing class:
- PipelineQueueInfoAction
public static final class PipelineQueueInfoAction.ConverterV1 extends VersionedConverter<PipelineQueueInfoAction>
-
-
Constructor Summary
Constructors Constructor Description ConverterV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(PipelineQueueInfoAction action, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
PipelineQueueInfoAction
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-
Methods inherited from class org.datadog.jenkins.plugins.datadog.util.conversion.VersionedConverter
getVersion, readField, writeField
-
-
-
-
Method Detail
-
marshal
public void marshal(PipelineQueueInfoAction action, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
- Specified by:
marshal
in classVersionedConverter<PipelineQueueInfoAction>
-
unmarshal
public PipelineQueueInfoAction unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
- Specified by:
unmarshal
in classVersionedConverter<PipelineQueueInfoAction>
-
-