Package hudson.cli

Class GroovyCommand

java.lang.Object
hudson.cli.CLICommand
hudson.cli.GroovyCommand
All Implemented Interfaces:
ExtensionPoint, Cloneable

@Extension public class GroovyCommand extends CLICommand
Executes the specified groovy script.
Author:
Kohsuke Kawaguchi
  • Field Details

    • script

      public String script
    • remaining

      public List<String> remaining
      Remaining arguments.
  • Constructor Details

    • GroovyCommand

      public GroovyCommand()
  • Method Details