Uses of Class
com.suse.salt.netapi.calls.WheelCall
-
Packages that use WheelCall Package Description com.suse.salt.netapi.calls.wheel -
-
Uses of WheelCall in com.suse.salt.netapi.calls.wheel
Fields in com.suse.salt.netapi.calls.wheel declared as WheelCall Modifier and Type Field Description private static WheelCall<java.util.List<java.lang.String>>Minions. CONNECTEDprivate static WheelCall<Key.Names>Key. LIST_ALLMethods in com.suse.salt.netapi.calls.wheel that return WheelCall Modifier and Type Method Description static WheelCall<java.lang.Object>Key. accept(java.lang.String match)static WheelCall<java.util.List<java.lang.String>>Minions. connected()static WheelCall<java.lang.Object>Key. delete(java.lang.String match)static WheelCall<Key.Fingerprints>Key. finger(java.lang.String match)static WheelCall<Key.Pair>Key. gen(java.lang.String id)static WheelCall<Key.Pair>Key. genAccept(java.lang.String id, java.util.Optional<java.lang.Boolean> force)static WheelCall<Key.Names>Key. listAll()static WheelCall<java.lang.Object>Key. reject(java.lang.String match)
-