hudson.plugins.jacoco.report
Class ReportFactory
java.lang.Object
hudson.plugins.jacoco.report.ReportFactory
public class ReportFactory
- extends Object
|
Constructor Summary |
ReportFactory(File workspaceDir,
hudson.model.BuildListener listener)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportFactory
public ReportFactory(File workspaceDir,
hudson.model.BuildListener listener)
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-2013 Hudson. All Rights Reserved.