Package hudson.plugins.audit_trail
Class ScriptUsageListener
java.lang.Object
hudson.plugins.audit_trail.ScriptUsageListener
- All Implemented Interfaces:
ExtensionPoint
,ScriptListener
Log when a (privileged) Groovy script is executed.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface jenkins.util.ScriptListener
ScriptListener.ListenerOutputStream, ScriptListener.ListenerWriter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jenkins.util.ScriptListener
onScriptOutput
-
Constructor Details
-
ScriptUsageListener
public ScriptUsageListener()
-
-
Method Details
-
onScriptExecution
public void onScriptExecution(String script, @CheckForNull groovy.lang.Binding $, @NonNull Object feature, @CheckForNull Object $$, @NonNull String $$$, @CheckForNull User user) - Specified by:
onScriptExecution
in interfaceScriptListener
-