Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
meiswjn committed May 9, 2022
1 parent d5004f5 commit 2338f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface ScriptListener extends ExtensionPoint {
void onScriptFromPipeline(String script, Run run);

/**
* Fires the {@link #onScriptFromPipeline(String, Run)} event to track the usage of the script console.
* Fires the {@link #onScriptFromPipeline(String, Run)} event to track the usage of groovy scripts running outside the sandbox.
*
* @see org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SecureGroovyScript#evaluate(ClassLoader, groovy.lang.Binding, hudson.model.TaskListener)
* @param script The Groovy script that is excecuted.
Expand Down

0 comments on commit 2338f9c

Please sign in to comment.