Class TraceWriterFactory
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.traces.write.TraceWriterFactory
-
public class TraceWriterFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description TraceWriterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TraceWriter
getTraceWriter()
static void
onDatadogClientUpdate(DatadogClient client)
static void
stop()
This method is called when the plugin is stopped.
-
-
-
Method Detail
-
onDatadogClientUpdate
public static void onDatadogClientUpdate(@Nullable DatadogClient client)
-
stop
@Terminator public static void stop() throws InterruptedException
This method is called when the plugin is stopped. If writer is initialized, it will be stopped synchronously.- Throws:
InterruptedException
-
getTraceWriter
@Nullable public static TraceWriter getTraceWriter()
-
-