public class State extends Object
Modifier and Type | Class and Description |
---|---|
static class |
State.ApplyResult
Result type for state.apply
|
Modifier and Type | Method and Description |
---|---|
static LocalCall<Map<String,State.ApplyResult>> |
apply(List<String> mods) |
static LocalCall<Map<String,State.ApplyResult>> |
apply(List<String> mods,
Optional<Map<String,Object>> pillar,
Optional<Boolean> queue) |
static LocalCall<Map<String,State.ApplyResult>> |
apply(String... mods) |
static LocalCall<Object> |
showHighstate() |
Copyright © 2016. All rights reserved.