Interface TaskListenerDecorator.Factory
- All Superinterfaces:
ExtensionPoint
- Enclosing class:
- TaskListenerDecorator
Allows a decorator to be applied to any build.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
of
(FlowExecutionOwner owner) Supplies a decorator applicable to one build.
-
Method Details
-
of
Supplies a decorator applicable to one build.- Parameters:
owner
- a build- Returns:
- a decorator, optionally
-
isAppliedBeforeMainDecorator
@Restricted(org.kohsuke.accmod.restrictions.Beta.class) default boolean isAppliedBeforeMainDecorator()- Returns:
- boolean, false means to apply step decorators first, then TaskListenerDecorator, true means otherwise
- See Also:
-