Class DatadogTaskListenerDecorator.Factory
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.logs.DatadogTaskListenerDecorator.Factory
-
- All Implemented Interfaces:
ExtensionPoint
,org.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
- Enclosing class:
- DatadogTaskListenerDecorator
@Extension public static final class DatadogTaskListenerDecorator.Factory extends Object implements org.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAppliedBeforeMainDecorator()
org.jenkinsci.plugins.workflow.log.TaskListenerDecorator
of(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner)
-
-
-
Method Detail
-
isAppliedBeforeMainDecorator
public boolean isAppliedBeforeMainDecorator()
- Specified by:
isAppliedBeforeMainDecorator
in interfaceorg.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
-
of
@Nullable public org.jenkinsci.plugins.workflow.log.TaskListenerDecorator of(@Nonnull org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner)
- Specified by:
of
in interfaceorg.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
-
-