Alle Klassen und Schnittstellen

Klasse
Beschreibung
 
 
 
Concrete implementation of CoverageColumnType which represents the change coverage.
Concrete implementation of CoverageColumnType which represents the change coverage delta.
 
Coverage report adapter for Cobertura.
 
Calculates the code delta between a Jenkins build and a reference build.
Exception which is thrown when preprocessing the code delta failed.
Provides IDs for colors which are used within this plugin in order to separate the color palette from the logic.
Loads a color palette and provides these colors and operations on them.
Wraps the fill color and the line color that should be used in order to visualize coverage values.
Provides factory methods for creating different color providers.
Represents different types of color schemes that can be selected in order to load the matching color palette.
CoverageElement didn't have serialVersionUID.
Value of a code coverage item.
Builder to create an cache new Coverage instances.
 
 
 
 
Controls the life cycle of the coverage results in a job.
Provides the colorization for different coverage change levels.
Provides the colorization for different coverage change tendencies.
Contains color IDs which represent the keys of a JSON object that is dynamically filled with the currently set Jenkins colors.
Provides a color palette which can be used as a plugin internal fallback if no other color schemes have been defined.
Dashboard column model which represents coverage metrics of different coverage types.
Descriptor of the column.
Provides functions for different types of coverage that can be represented within a CoverageColumn.
 
 
 
 
 
Project level action for the coverage results.
A leaf in the coverage hierarchy.
Provides the colorization for different coverage levels.
A coverage metric to identify the coverage result type.
A hierarchical decomposition of coverage results.
Converts CoverageResult instances to corresponding CoverageNode instances.
Line-by-line coverage information.
Parse the standard format coverage report and convert it into CoverageResult.
Represents a coverage percentage value which can be used in order to show and serialize coverage values.
 
Project level action.
 
 
A portlet that can be used for the pull-request-monitoring dashboard.
 
 
Transforms the old model to the new model and invokes all steps that work on the new model.
Coverage result for a specific programming element.
 
Builds one x-axis point for the series of a line chart showing the line and branch coverage of a project.
 
Creates coverage trees which represent different types of coverage.
 
 
Builds the Java side model for a trend chart showing the line and branch coverage of a project.
 
Server side model that provides the data for the details view of the coverage results.
UI model for the coverage overview bar chart.
 
 
Coverage report will be able to be automatically found and match.
 
Calculates and attaches values to the nodes of the coverage tree which represent the changes concerning code and coverage.
A CoverageNode for a specific file.
Interface for elements which have a display name
Concrete implementation of CoverageColumnType which represents the indirect coverage changes.
 
 
 
Reads JaCoCo results.
 
 
parse Java standard format coverage report to CoverageResult.
 
 
 
 
Generated localization support class.
Generated localization support class.
Generated localization support class.
Generated localization support class.
Generated localization support class.
A CoverageNode for a specific method.
A CoverageNode for a specific package.
Concrete implementation of CoverageColumnType which represents the project coverage.
Concrete implementation of CoverageColumnType which represents the project coverage delta.
Represents x/y where x=Ratio.numerator and y=Ratio.denominator.
 
 
A small wrapper for Fraction instances that avoids an arithmetic overflow by using double based operations in case of an exception.
Facade to the source code file structure in Jenkins build folder.
Processes the source code painting for highlighting code coverage.
 
 
Server side model that provides the data for the source code view of the coverage results.
 
 
Converts a tree of coverage nodes to a corresponding tree of ECharts tree map nodes.
 
Utils class used for XML related operations.