Uses of Enum Class
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.formatsA list of report formats to generate.Methods in org.jacoco.maven that return ReportFormatModifier and TypeMethodDescriptionstatic ReportFormatReturns the enum constant of this class with the specified name.static ReportFormat[]ReportFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.