Uses of Class
io.vertx.mutiny.ext.shell.system.Job
-
Packages that use Job Package Description io.vertx.mutiny.ext.shell io.vertx.mutiny.ext.shell.system -
-
Uses of Job in io.vertx.mutiny.ext.shell
Methods in io.vertx.mutiny.ext.shell that return Job Modifier and Type Method Description JobShell. createJob(String line)JobShell. createJob(List<CliToken> line) -
Uses of Job in io.vertx.mutiny.ext.shell.system
Fields in io.vertx.mutiny.ext.shell.system with type parameters of type Job Modifier and Type Field Description static TypeArg<Job>Job. __TYPE_ARGMethods in io.vertx.mutiny.ext.shell.system that return Job Modifier and Type Method Description JobJobController. createJob(Process process, String line)JobJobController. foregroundJob()JobJobController. getJob(int id)static JobJob. newInstance(io.vertx.ext.shell.system.Job arg)JobJob. resume()JobJob. resume(boolean foreground)JobJob. run()JobJob. setSession(Session session)JobJob. setTty(Tty tty)JobJob. statusUpdateHandler(Consumer<io.vertx.ext.shell.system.ExecStatus> handler)JobJob. suspend()JobJob. toBackground()JobJob. toForeground()Methods in io.vertx.mutiny.ext.shell.system that return types with arguments of type Job Modifier and Type Method Description Set<Job>JobController. jobs()
-