Class Jobs.Info
- java.lang.Object
-
- com.suse.salt.netapi.calls.runner.Jobs.Info
-
-
Constructor Summary
Constructors Constructor Description Info()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>
getArguments()
String
getFunction()
String
getJid()
Optional<Object>
getMetadata()
<R> Optional<R>
getMetadata(com.google.gson.reflect.TypeToken<R> dataType)
<R> Optional<R>
getMetadata(Class<R> dataType)
List<String>
getMinions()
<T> Optional<T>
getResult(String minionId, com.google.gson.reflect.TypeToken<T> type)
<T> Optional<T>
getResult(String minionId, Class<T> type)
StartTime
getStartTime()
Object
getTarget()
String
getTargetType()
String
getUser()
-
-
-
Method Detail
-
getFunction
public String getFunction()
-
getStartTime
public StartTime getStartTime()
-
getUser
public String getUser()
-
getTarget
public Object getTarget()
-
getTargetType
public String getTargetType()
-
getJid
public String getJid()
-
getMetadata
public <R> Optional<R> getMetadata(com.google.gson.reflect.TypeToken<R> dataType)
-
-