Uses of Class
hudson.plugins.sauce_ondemand.TestIDDetails
-
Packages that use TestIDDetails Package Description hudson.plugins.sauce_ondemand -
-
Uses of TestIDDetails in hudson.plugins.sauce_ondemand
Methods in hudson.plugins.sauce_ondemand that return TestIDDetails Modifier and Type Method Description static TestIDDetails
TestIDDetails. processString(String line)
Methods in hudson.plugins.sauce_ondemand that return types with arguments of type TestIDDetails Modifier and Type Method Description static LinkedList<TestIDDetails>
SauceOnDemandReportPublisher. processSessionIds(Boolean isStdout, String... logStrings)
Processes the log output, and for lines which are in the valid log format, return a list that is found
-