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 Job
Shell. createJob(String line)
Job
Shell. 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_ARG
Methods in io.vertx.mutiny.ext.shell.system that return Job Modifier and Type Method Description Job
JobController. createJob(Process process, String line)
Job
JobController. foregroundJob()
Job
JobController. getJob(int id)
static Job
Job. newInstance(io.vertx.ext.shell.system.Job arg)
Job
Job. resume()
Job
Job. resume(boolean foreground)
Job
Job. run()
Job
Job. setSession(Session session)
Job
Job. setTty(Tty tty)
Job
Job. statusUpdateHandler(Consumer<io.vertx.ext.shell.system.ExecStatus> handler)
Job
Job. suspend()
Job
Job. toBackground()
Job
Job. 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()
-