Index
All Classes and Interfaces|All Packages
A
- AbstractAgentMojo - Class in org.jacoco.maven
-
Base class for preparing a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.
- AbstractAgentMojo() - Constructor for class org.jacoco.maven.AbstractAgentMojo
- AbstractJacocoMojo - Class in org.jacoco.maven
-
Base class for JaCoCo Mojos.
- AbstractJacocoMojo() - Constructor for class org.jacoco.maven.AbstractJacocoMojo
- AbstractReportMojo - Class in org.jacoco.maven
-
Base class for creating a code coverage report for tests of a single project in multiple formats (HTML, XML, and CSV).
- AbstractReportMojo() - Constructor for class org.jacoco.maven.AbstractReportMojo
- AgentITMojo - Class in org.jacoco.maven
-
Same as
prepare-agent, but provides default values suitable for integration-tests: bound topre-integration-testphase differentdestFile - AgentITMojo() - Constructor for class org.jacoco.maven.AgentITMojo
- AgentMojo - Class in org.jacoco.maven
-
Prepares a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.
- AgentMojo() - Constructor for class org.jacoco.maven.AgentMojo
C
- canGenerateReport() - Method in class org.jacoco.maven.AbstractReportMojo
- CheckMojo - Class in org.jacoco.maven
-
Checks that the code coverage metrics are being met.
- CheckMojo() - Constructor for class org.jacoco.maven.CheckMojo
- CSV - Enum constant in enum class org.jacoco.maven.ReportFormat
-
Single-file CSV report.
D
- DumpMojo - Class in org.jacoco.maven
-
Request a dump over TCP/IP from a JaCoCo agent running in
tcpservermode. - DumpMojo() - Constructor for class org.jacoco.maven.DumpMojo
E
- execute() - Method in class org.jacoco.maven.AbstractJacocoMojo
- execute() - Method in class org.jacoco.maven.AbstractReportMojo
-
This method is called when the report generation is invoked directly as a standalone Mojo.
- execute() - Method in class org.jacoco.maven.HelpMojo
- executeMojo() - Method in class org.jacoco.maven.AbstractAgentMojo
- executeMojo() - Method in class org.jacoco.maven.AbstractJacocoMojo
-
Executes Mojo.
- executeMojo() - Method in class org.jacoco.maven.CheckMojo
- executeMojo() - Method in class org.jacoco.maven.DumpMojo
- executeMojo() - Method in class org.jacoco.maven.InstrumentMojo
- executeMojo() - Method in class org.jacoco.maven.MergeMojo
- executeMojo() - Method in class org.jacoco.maven.RestoreMojo
F
- FileFilter - Class in org.jacoco.maven
-
A file filter using includes/excludes patterns.
- FileFilter(List<String>, List<String>) - Constructor for class org.jacoco.maven.FileFilter
-
Construct a new FileFilter
G
- generate(Sink, SinkFactory, Locale) - Method in class org.jacoco.maven.AbstractReportMojo
- generate(Sink, Locale) - Method in class org.jacoco.maven.AbstractReportMojo
- getCategoryName() - Method in class org.jacoco.maven.AbstractReportMojo
- getDescription(Locale) - Method in class org.jacoco.maven.AbstractReportMojo
- getExcludes() - Method in class org.jacoco.maven.FileFilter
-
Get the excludes pattern
- getFileNames(File) - Method in class org.jacoco.maven.FileFilter
-
Returns a list of file names.
- getFiles(File) - Method in class org.jacoco.maven.FileFilter
-
Returns a list of files.
- getIncludes() - Method in class org.jacoco.maven.FileFilter
-
Get the includes pattern
- getName(Locale) - Method in class org.jacoco.maven.ReportAggregateMojo
- getName(Locale) - Method in class org.jacoco.maven.ReportITMojo
- getName(Locale) - Method in class org.jacoco.maven.ReportMojo
- getOutputName() - Method in class org.jacoco.maven.ReportAggregateMojo
- getOutputName() - Method in class org.jacoco.maven.ReportITMojo
- getOutputName() - Method in class org.jacoco.maven.ReportMojo
- getProject() - Method in class org.jacoco.maven.AbstractJacocoMojo
- getReportOutputDirectory() - Method in class org.jacoco.maven.ReportAggregateMojo
- getReportOutputDirectory() - Method in class org.jacoco.maven.ReportITMojo
- getReportOutputDirectory() - Method in class org.jacoco.maven.ReportMojo
H
- HelpMojo - Class in org.jacoco.maven
-
Display help information on jacoco-maven-plugin.
Callmvn jacoco:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class org.jacoco.maven.HelpMojo
- HTML - Enum constant in enum class org.jacoco.maven.ReportFormat
-
Multi-page html report.
I
- InstrumentMojo - Class in org.jacoco.maven
-
Performs offline instrumentation.
- InstrumentMojo() - Constructor for class org.jacoco.maven.InstrumentMojo
- isExternalReport() - Method in class org.jacoco.maven.AbstractReportMojo
M
- MergeMojo - Class in org.jacoco.maven
-
Mojo for merging a set of execution data files (*.exec) into a single file
- MergeMojo() - Constructor for class org.jacoco.maven.MergeMojo
O
- onViolation(ICoverageNode, Rule, Limit, String) - Method in class org.jacoco.maven.CheckMojo
- org.jacoco.maven - package org.jacoco.maven
R
- ReportAggregateMojo - Class in org.jacoco.maven
-
Creates a structured code coverage report (HTML, XML, and CSV) from multiple projects within reactor.
- ReportAggregateMojo() - Constructor for class org.jacoco.maven.ReportAggregateMojo
- ReportFormat - Enum Class in org.jacoco.maven
-
Configurable output formats for the report goals.
- ReportITMojo - Class in org.jacoco.maven
-
Same as
report, but provides default values suitable for integration-tests: bound toreport-integrationphase differentdataFile - ReportITMojo() - Constructor for class org.jacoco.maven.ReportITMojo
- ReportMojo - Class in org.jacoco.maven
-
Creates a code coverage report for tests of a single project in multiple formats (HTML, XML, and CSV).
- ReportMojo() - Constructor for class org.jacoco.maven.ReportMojo
- RestoreMojo - Class in org.jacoco.maven
-
Restores original classes as they were before offline instrumentation.
- RestoreMojo() - Constructor for class org.jacoco.maven.RestoreMojo
- RuleConfiguration - Class in org.jacoco.maven
-
Wrapper for
Ruleobjects to allow Maven style includes/excludes lists - RuleConfiguration() - Constructor for class org.jacoco.maven.RuleConfiguration
-
Create a new configuration instance.
S
- setElement(String) - Method in class org.jacoco.maven.RuleConfiguration
- setExcludes(List<String>) - Method in class org.jacoco.maven.RuleConfiguration
- setIncludes(List<String>) - Method in class org.jacoco.maven.RuleConfiguration
- setLimits(List<Limit>) - Method in class org.jacoco.maven.RuleConfiguration
- setReportOutputDirectory(File) - Method in class org.jacoco.maven.ReportAggregateMojo
- setReportOutputDirectory(File) - Method in class org.jacoco.maven.ReportITMojo
- setReportOutputDirectory(File) - Method in class org.jacoco.maven.ReportMojo
- skipMojo() - Method in class org.jacoco.maven.AbstractAgentMojo
- skipMojo() - Method in class org.jacoco.maven.AbstractJacocoMojo
-
Skips Mojo.
V
- valueOf(String) - Static method in enum class org.jacoco.maven.ReportFormat
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jacoco.maven.ReportFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
X
- XML - Enum constant in enum class org.jacoco.maven.ReportFormat
-
Single-file XML report.
All Classes and Interfaces|All Packages