Uses of Class net.sf.statcvs.output.ReportConfig

Uses in package net.sf.statcvs.reports

Constructors with parameter type net.sf.statcvs.output.ReportConfig

Constructor
Creates a table report containing authors who have committed changes to a specified directory, their number of changes and LOC contributions.
Creates a table report containing all authors, their number of changes and LOC contributions.
Creates a table report containing all authors, their number of changes and LOC contributions.
Creates a table report containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
Creates a table containing the files with most changes from a file list
LargestFilesTableReport.LargestFilesTableReport(ReportConfig config, SortedSet files, int maxRows)
Creates a table containing the largest files from a file list
Creates a table report containing the top 10 authors and their LOC contributions

Uses in package net.sf.statcvs.output

Constructors with parameter type net.sf.statcvs.output.ReportConfig

LOCChurnChartMaker.LOCChurnChartMaker(ReportConfig config, TimeSeries churnSeries, TimeSeries locSeries, String title, String fileName, Dimension size, List annotations)
Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG

Uses in package net.sf.statcvs.pages.xml

Constructors with parameter type net.sf.statcvs.output.ReportConfig

LogXmlMaker.LogXmlMaker(ReportConfig config, Collection commits)
Creates a new LogPageMaker.
Creates a new LogPageMaker.

Uses in package net.sf.statcvs.charts

Constructors with parameter type net.sf.statcvs.output.ReportConfig

Creates a new CommitScatterChartMaker.
DirectoryPieChartMaker.DirectoryPieChartMaker(ReportConfig config, SortedSet directories, String title, String fileName)
Creates a new PieChartMaker
TimeBarChartMaker.HourBarChartMaker.HourBarChartMaker(ReportConfig config, SortedSet revisions, String title, String fileName)
Creates a bar chart showing a distribution of revisions over the hours of the day.
LOCChartMaker.LOCChartMaker(ReportConfig config, List locSeriesList, String title, String fileName, Dimension size, List annotations)
Creates a Lines Of Code chart from a list of BasicTimesSeries and saves it as PNG
LOCChartMaker.LOCChartMaker(ReportConfig config, TimeSeries locSeries, String title, String fileName, Dimension size, List annotations)
Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG
LOCChartMaker.MainLOCChartMaker.MainLOCChartMaker(ReportConfig config, String fileName, Dimension size)
Creates a new ModifyAddChartMaker
TimeBarChartMaker.TimeBarChartMaker(ReportConfig config, SortedSet revisions, String title, String fileName, String[] barLabels)
Creates a new BarChartMaker.
TimeLineChartMaker.TimeLineChartMaker(ReportConfig config, TimeLine timeLine, String fileName, Collection symbolicNames)
Creates a chart from a time line.
TimeBarChartMaker.WeekdayBarChartMaker.WeekdayBarChartMaker(ReportConfig config, SortedSet revisions, String title, String fileName)
Creates a bar chart showing a distribution of revisions over the days of the week.

Uses in package net.sf.statcvs.pages

Constructors with parameter type net.sf.statcvs.output.ReportConfig

CommitListFormatter.CommitListFormatter(ReportConfig config, List commits, List tags, boolean withPermalinks)
Creates a new instance for the list of commits.
CommitListFormatter.CommitListFormatter(ReportConfig config, List commit, List tags, int max, boolean withPermalinks)
Creates a new instance for the list of commits.
IndexPageMaker.IndexPageMaker(ReportConfig config, String notesHTML, PageGroup reports)
Creates a new report index page.
LogPageMaker.LogPageMaker(ReportConfig config, int year, int month, Collection commits)
Creates a new LogPageMaker.
Page.Page(ReportConfig config, String fileName, String shortTitle, String fullTitle)
Creates a new page.
ReportSuiteMaker.ReportSuiteMaker(ReportConfig config, String notesHTML)
ReportSuiteMaker.ReportSuiteMaker(ReportConfig config, String notesHTML, List additionalPages)