Uses of Enum
org.jacoco.maven.ReportFormat
Packages that use ReportFormat
-
Uses of ReportFormat in org.jacoco.maven
Fields in org.jacoco.maven with type parameters of type ReportFormatModifier and TypeFieldDescription(package private) List<ReportFormat>
AbstractReportMojo.formats
A list of report formats to generate.Methods in org.jacoco.maven that return ReportFormatModifier and TypeMethodDescriptionstatic ReportFormat
Returns the enum constant of this type with the specified name.static ReportFormat[]
ReportFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.