Uses of Enum
org.jacoco.maven.ReportFormat
Packages that use ReportFormat
-
Uses of ReportFormat in org.jacoco.maven
Subclasses with type arguments of type ReportFormat in org.jacoco.mavenModifier and TypeClassDescriptionenumConfigurable output formats for the report goals.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 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.