Class DatadogTaskListenerDecorator
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.log.TaskListenerDecorator
-
- org.datadog.jenkins.plugins.datadog.logs.DatadogTaskListenerDecorator
-
- All Implemented Interfaces:
Serializable
public class DatadogTaskListenerDecorator extends org.jenkinsci.plugins.workflow.log.TaskListenerDecorator
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatadogTaskListenerDecorator.Factory
-
Constructor Summary
Constructors Constructor Description DatadogTaskListenerDecorator(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStream
decorate(OutputStream outputStream)
-
-
-
Method Detail
-
decorate
@Nonnull public OutputStream decorate(@Nonnull OutputStream outputStream)
- Specified by:
decorate
in classorg.jenkinsci.plugins.workflow.log.TaskListenerDecorator
-
-