Uses of Class
hudson.cli.CLICommandInvoker
-
Packages that use CLICommandInvoker Package Description hudson.cli -
-
Uses of CLICommandInvoker in hudson.cli
Methods in hudson.cli that return CLICommandInvoker Modifier and Type Method Description CLICommandInvokerCLICommandInvoker. asUser(String user)Run the command as a given username.CLICommandInvokerCLICommandInvoker. authorizedTo(hudson.security.Permission... permissions)Deprecated.Rather useasUser(java.lang.String).CLICommandInvokerCLICommandInvoker. withArgs(String... args)CLICommandInvokerCLICommandInvoker. withStdin(InputStream stdin)
-