Package com.splunk.splunkjenkins.console
Class SplunkTaskListenerFactory
java.lang.Object
com.splunk.splunkjenkins.console.SplunkTaskListenerFactory
- All Implemented Interfaces:
ExtensionPoint,org.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
@Extension(optional=true)
public class SplunkTaskListenerFactory
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.jenkinsci.plugins.workflow.log.TaskListenerDecoratorof(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowExecutionOwner) static voidremoveCache(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-
Constructor Details
-
SplunkTaskListenerFactory
public SplunkTaskListenerFactory()
-
-
Method Details
-
isAppliedBeforeMainDecorator
public boolean isAppliedBeforeMainDecorator()- Specified by:
isAppliedBeforeMainDecoratorin interfaceorg.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
-
of
@CheckForNull public org.jenkinsci.plugins.workflow.log.TaskListenerDecorator of(@NonNull org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowExecutionOwner) - Specified by:
ofin interfaceorg.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
-
removeCache
public static void removeCache(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-