Uses of Class
com.netscape.certsrv.selftests.SelfTestResult
-
Packages that use SelfTestResult Package Description com.netscape.certsrv.selftests com.netscape.cmstools.selftests -
-
Uses of SelfTestResult in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that return SelfTestResult Modifier and Type Method Description SelfTestResult
SelfTestClient. runSelfTest(java.lang.String selfTestID)
static SelfTestResult
SelfTestResult. valueOf(java.lang.String string)
Methods in com.netscape.certsrv.selftests that return types with arguments of type SelfTestResult Modifier and Type Method Description java.util.Collection<SelfTestResult>
SelfTestResults. getEntries()
-
Uses of SelfTestResult in com.netscape.cmstools.selftests
Methods in com.netscape.cmstools.selftests with parameters of type SelfTestResult Modifier and Type Method Description static void
SelfTestRunCLI. printSelfTestResult(SelfTestResult result)
-