Skip to content

Commit b9eafc1

Browse files
committed
Fix docstring
1 parent d947485 commit b9eafc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public interface ScriptListener extends ExtensionPoint {
2121
void onScriptFromPipeline(String script, Run run);
2222

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

0 commit comments

Comments
 (0)