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 TypeMethodDescriptionboolean
org.jenkinsci.plugins.workflow.log.TaskListenerDecorator
of
(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner flowExecutionOwner) static void
removeCache
(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-
Constructor Details
-
SplunkTaskListenerFactory
public SplunkTaskListenerFactory()
-
-
Method Details
-
isAppliedBeforeMainDecorator
public boolean isAppliedBeforeMainDecorator()- Specified by:
isAppliedBeforeMainDecorator
in 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:
of
in interfaceorg.jenkinsci.plugins.workflow.log.TaskListenerDecorator.Factory
-
removeCache
public static void removeCache(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-