@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Class | Description |
|---|---|
| FilesCountSeriesBuilder |
Builds one x-axis point for the series of a line chart showing the number of files in the repository.
|
| FilesCountTrendChart |
Builds the Java side model for a trend chart showing the number of files in the repository.
|
| FileStatistics |
Aggregates commit statistics for a given file.
|
| FileStatistics.FileStatisticsBuilder |
Creates
FileBlame instances that optimize the memory footprint for file names by using a TreeStringBuilder. |
| ForensicsBuildAction |
Controls the live cycle of the forensics results in a job.
|
| ForensicsJobAction |
A job action displays a link on the side panel of a job that refers to the last build that contains forensic results
(i.e. a
ForensicsBuildAction with a RepositoryStatistics instance). |
| ForensicsTableModel |
Provides the dynamic model for the details table that shows the source control file statistics.
|
| ForensicsTableModel.ForensicsRow |
A table row that shows the source control statistics.
|
| ForensicsViewModel |
Server side model that provides the data for the details view of the repository statistics.
|
| Messages |
Generated localization support class.
|
| MinerFactory |
Jenkins extension point that allows plugins to create
RepositoryMiner instances based on a supported SCM. |
| RepositoryMiner |
Obtains commit statistics for a given collection of files.
|
| RepositoryMiner.NullMiner |
A repository miner that does nothing.
|
| RepositoryMinerStep |
A pipeline
Step or Freestyle or Maven Recorder that obtains statistics for all repository files. |
| RepositoryMinerStep.Descriptor |
Descriptor for this step: defines the context and the UI elements.
|
| RepositoryStatistics |
Provides access to the SCM statistics of all repository files.
|
| RepositoryStatisticsXmlStream |
Reads
RepositoryStatistics from an XML file. |
Copyright © 2016–2020. All rights reserved.