Uses of Class
org.datadog.jenkins.plugins.datadog.model.PipelineNodeInfoAction
-
Packages that use PipelineNodeInfoAction Package Description org.datadog.jenkins.plugins.datadog.model -
-
Uses of PipelineNodeInfoAction in org.datadog.jenkins.plugins.datadog.model
Methods in org.datadog.jenkins.plugins.datadog.model that return PipelineNodeInfoAction Modifier and Type Method Description PipelineNodeInfoAction
PipelineNodeInfoAction.ConverterV1. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
PipelineNodeInfoAction
PipelineNodeInfoAction.ConverterV2. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
Methods in org.datadog.jenkins.plugins.datadog.model with parameters of type PipelineNodeInfoAction Modifier and Type Method Description void
PipelineNodeInfoAction.ConverterV1. marshal(PipelineNodeInfoAction action, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
void
PipelineNodeInfoAction.ConverterV2. marshal(PipelineNodeInfoAction action, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
-