|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.grinder.ResultReader
public class ResultReader
Class used to read results from a Grinder output file.
| Constructor Summary | |
|---|---|
ResultReader(java.io.InputStream is,
java.io.PrintStream logger)
Construct a result reader for grinder out log files. |
|
| Method Summary | |
|---|---|
java.util.List<Test> |
getTests()
|
Test |
getTotals()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultReader(java.io.InputStream is,
java.io.PrintStream logger)
is - The input stream giving the out log file.logger - Logger to print messages to.
GrinderParseException - Thrown if the parsing fails.| Method Detail |
|---|
public java.util.List<Test> getTests()
public Test getTotals()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||