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