Uses of Class
com.suse.salt.netapi.calls.modules.State.ApplyResult
-
Packages that use State.ApplyResult Package Description com.suse.salt.netapi.calls.modules -
-
Uses of State.ApplyResult in com.suse.salt.netapi.calls.modules
Methods in com.suse.salt.netapi.calls.modules that return types with arguments of type State.ApplyResult Modifier and Type Method Description static LocalCall<Map<String,State.ApplyResult>>
State. apply(String... mods)
static LocalCall<Map<String,State.ApplyResult>>
State. apply(List<String> mods)
static LocalCall<Map<String,State.ApplyResult>>
State. apply(List<String> mods, Optional<Map<String,Object>> pillar, Optional<Boolean> queue, Optional<Boolean> test)
-