public class Jobs extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Jobs.Info<R>
Information about a salt job as returned by 'jobs.list_job' and 'jobs.print_job'.
|
Modifier and Type | Method and Description |
---|---|
static <R> RunnerCall<Map<String,R>> |
lookupJid(LocalAsyncResult<R> jid) |
static <R> RunnerCall<Map<String,Data<R>>> |
lookupJid(RunnerAsyncResult<R> jid) |
static RunnerCall<Map<String,Object>> |
lookupJid(String jid) |
static <R> RunnerCall<Map<String,Data<R>>> |
lookupJid(WheelAsyncResult<R> jid) |
public static RunnerCall<Map<String,Object>> lookupJid(String jid)
public static <R> RunnerCall<Map<String,R>> lookupJid(LocalAsyncResult<R> jid)
public static <R> RunnerCall<Map<String,Data<R>>> lookupJid(WheelAsyncResult<R> jid)
public static <R> RunnerCall<Map<String,Data<R>>> lookupJid(RunnerAsyncResult<R> jid)
Copyright © 2016. All rights reserved.