Uses of Class
com.suse.salt.netapi.results.Change
-
Packages that use Change Package Description com.suse.salt.netapi.calls.modules com.suse.salt.netapi.results -
-
Uses of Change in com.suse.salt.netapi.calls.modules
Methods in com.suse.salt.netapi.calls.modules that return types with arguments of type Change Modifier and Type Method Description static LocalCall<Map<String,Change<Xor<String,List<Pkg.Info>>>>>
Pkg. install(boolean refresh, List<String> pkgs, List<String> attributes)
Call 'pkg.install' API.static LocalCall<Map<String,Change<Xor<String,List<Pkg.Info>>>>>
Pkg. install(boolean refresh, Map<String,String> pkgs, List<String> attributes)
Call 'pkg.install' API. -
Uses of Change in com.suse.salt.netapi.results
Methods in com.suse.salt.netapi.results that return Change Modifier and Type Method Description <R> Change<R>
Change. map(Function<T,R> fn)
Applies a mapping function to both the old and the new value, wrapping the result in a new Change.
-