Uses of Class
org.datadog.jenkins.plugins.datadog.traces.write.Track
-
Packages that use Track Package Description org.datadog.jenkins.plugins.datadog.traces.write -
-
Uses of Track in org.datadog.jenkins.plugins.datadog.traces.write
Methods in org.datadog.jenkins.plugins.datadog.traces.write that return Track Modifier and Type Method Description Track
Payload. getTrack()
static Track
Track. valueOf(String name)
Returns the enum constant of this type with the specified name.static Track[]
Track. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.datadog.jenkins.plugins.datadog.traces.write with parameters of type Track Constructor Description Payload(net.sf.json.JSONObject json, Track track)
TraceWriteStrategyImpl(Track track, ThrowingConsumer<Collection<Payload>> spansSender)
-