hudson.plugins.jacoco.report
Class ReportFactory

java.lang.Object
  extended by hudson.plugins.jacoco.report.ReportFactory

public class ReportFactory
extends Object


Constructor Summary
ReportFactory(File workspaceDir, hudson.model.BuildListener listener)
           
 
Method Summary
 void createReport()
           
protected  void executeReport(Locale locale)
           
protected  List<File> getFilesToAnalyze(File rootDir)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportFactory

public ReportFactory(File workspaceDir,
                     hudson.model.BuildListener listener)
Method Detail

executeReport

protected void executeReport(Locale locale)
                      throws IOException
Throws:
IOException

getFilesToAnalyze

protected List<File> getFilesToAnalyze(File rootDir)
                                throws IOException
Throws:
IOException

createReport

public void createReport()
                  throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2004-2014 Hudson. All Rights Reserved.