Class Test
- java.lang.Object
-
- com.suse.salt.netapi.calls.modules.Test
-
public class Test extends Object
salt.modules.test
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Test.ModuleReport
Availability report of all execution modulesstatic class
Test.VersionInformation
Version report of dependent and system software
-
Constructor Summary
Constructors Constructor Description Test()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LocalCall<String>
echo(String text)
static LocalCall<String>
exception(String message)
static LocalCall<String>
missingFunc()
static LocalCall<Test.ModuleReport>
moduleReport()
static LocalCall<Boolean>
ping()
static LocalCall<String>
provider(String module)
static LocalCall<Map<String,String>>
providers()
static LocalCall<String>
randStr(Optional<Integer> size, Optional<HashType> hashType)
static LocalCall<Boolean>
sleep(Duration duration)
static LocalCall<Test.VersionInformation>
versionsInformation()
-
-
-
Method Detail
-
versionsInformation
public static LocalCall<Test.VersionInformation> versionsInformation()
-
moduleReport
public static LocalCall<Test.ModuleReport> moduleReport()
-
randStr
public static LocalCall<String> randStr(Optional<Integer> size, Optional<HashType> hashType)
-
-