Uses of Class
org.jacoco.maven.ReportFormat
-
Packages that use ReportFormat Package Description org.jacoco.maven -
-
Uses of ReportFormat in org.jacoco.maven
Fields in org.jacoco.maven with type parameters of type ReportFormat Modifier and Type Field Description (package private) java.util.List<ReportFormat>
AbstractReportMojo. formats
A list of report formats to generate.Methods in org.jacoco.maven that return ReportFormat Modifier and Type Method Description static ReportFormat
ReportFormat. valueOf(java.lang.String name)
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.
-