Frames | No Frames |
Constructors with parameter type net.sf.statcvs.output.ReportConfig | |
Constructor
| |
AuthorsForDirectoryTableReport.AuthorsForDirectoryTableReport(ReportConfig config, Directory directory) 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. | |
FilesWithMostRevisionsTableReport.FilesWithMostRevisionsTableReport(ReportConfig config, SortedSet files, int maxRows) Creates a table containing the files with most changes from a file list
| |
Creates a table containing the largest files from a file list
| |
Creates a table report containing the top 10 authors and their
LOC contributions
|
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
| |
Constructors with parameter type net.sf.statcvs.output.ReportConfig | |
Creates a new LogPageMaker. | |
Creates a new LogPageMaker. |
Constructors with parameter type net.sf.statcvs.output.ReportConfig | |
LOCChartMaker.AllDevelopersLOCChartMaker.AllDevelopersLOCChartMaker(ReportConfig config, Dimension size) | |
LOCChartMaker.AllDirectoriesLOCChartMaker.AllDirectoriesLOCChartMaker(ReportConfig config, int showMaxDirectories) | |
Creates a new CommitScatterChartMaker. | |
LOCChartMaker.DirectoryLOCChartMaker.DirectoryLOCChartMaker(ReportConfig config, Directory directory) | |
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. |
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. | |
Creates a new report index page. | |
Creates a new LogPageMaker. | |
Creates a new page. | |