hudson.plugins.grinder
Class ResultReader

java.lang.Object
  extended by hudson.plugins.grinder.ResultReader

public class ResultReader
extends java.lang.Object

Class used to read results from a Grinder output file.

Author:
Eivind B Waaler

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

ResultReader

public ResultReader(java.io.InputStream is,
                    java.io.PrintStream logger)
Construct a result reader for grinder out log files.

Parameters:
is - The input stream giving the out log file.
logger - Logger to print messages to.
Throws:
GrinderParseException - Thrown if the parsing fails.
Method Detail

getTests

public java.util.List<Test> getTests()

getTotals

public Test getTotals()


Copyright © 2009. All Rights Reserved.