com.lazerycode.jmeter.reporting
Class ReportGenerator

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.lazerycode.jmeter.JMeterMojo
          extended by com.lazerycode.jmeter.reporting.ReportGenerator
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ReportGenerator
extends JMeterMojo

ReportGenerator encapsules functions for generating reports


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ReportGenerator(ReportConfig reportConfig)
           
 
Method Summary
 void makeReport(List<String> resultFiles)
          Create a report for every resultfile in the given list
 
Methods inherited from class com.lazerycode.jmeter.JMeterMojo
execute
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportGenerator

public ReportGenerator(ReportConfig reportConfig)
Method Detail

makeReport

public void makeReport(List<String> resultFiles)
                throws org.apache.maven.plugin.MojoExecutionException
Create a report for every resultfile in the given list

Parameters:
resultFiles - list of resultfiles
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2012. All Rights Reserved.