| Package | Description |
|---|---|
| com.suse.salt.netapi.calls.modules | |
| com.suse.salt.netapi.results |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.