Package hudson.plugins.gradle.injection
Class DevelocityExceptionTaskListenerDecoratorFactory
java.lang.Object
hudson.plugins.gradle.injection.DevelocityExceptionTaskListenerDecoratorFactory
- All Implemented Interfaces:
ExtensionPoint,org.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
@Extension
public class DevelocityExceptionTaskListenerDecoratorFactory
extends Object
implements org.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.log.TaskListenerDecoratorof(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
isAppliedBeforeMainDecorator
-
Constructor Details
-
DevelocityExceptionTaskListenerDecoratorFactory
public DevelocityExceptionTaskListenerDecoratorFactory()
-
-
Method Details
-
of
@CheckForNull public org.jenkinsci.plugins.workflow.log.TaskListenerDecorator of(@Nonnull org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) - Specified by:
ofin interfaceorg.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
-