Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
O
R
S
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
Prepares a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test for integration tests.
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
B
BundleCreator
- Class in
org.jacoco.maven
Creates an IBundleCoverage.
BundleCreator(MavenProject, FileFilter, Log)
- Constructor for class org.jacoco.maven.
BundleCreator
Construct a new BundleCreator given the MavenProject and FileFilter.
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
createBundle(ExecutionDataStore)
- Method in class org.jacoco.maven.
BundleCreator
Create an IBundleCoverage for the given ExecutionDataStore.
D
DumpMojo
- Class in
org.jacoco.maven
Request a dump over TCP/IP from a JaCoCo agent running in
tcpserver
mode.
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
executeReport(Locale)
- Method in class org.jacoco.maven.
AbstractReportMojo
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
getDescription(Locale)
- Method in class org.jacoco.maven.
AbstractReportMojo
getExcludes()
- Method in class org.jacoco.maven.
AbstractJacocoMojo
Returns the list of class files to exclude.
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 files.
getIncludes()
- Method in class org.jacoco.maven.
AbstractJacocoMojo
Returns the list of class files to include.
getIncludes()
- Method in class org.jacoco.maven.
FileFilter
Get the includes pattern
getName(Locale)
- Method in class org.jacoco.maven.
AbstractReportMojo
getName(Locale)
- Method in class org.jacoco.maven.
ReportITMojo
getName(Locale)
- Method in class org.jacoco.maven.
ReportMojo
getOutputDirectory()
- Method in class org.jacoco.maven.
ReportITMojo
getOutputDirectory()
- Method in class org.jacoco.maven.
ReportMojo
getOutputName()
- Method in class org.jacoco.maven.
AbstractReportMojo
getOutputName()
- Method in class org.jacoco.maven.
ReportITMojo
getOutputName()
- Method in class org.jacoco.maven.
ReportMojo
getProject()
- Method in class org.jacoco.maven.
AbstractJacocoMojo
getProject()
- Method in class org.jacoco.maven.
AbstractReportMojo
getSiteRenderer()
- Method in class org.jacoco.maven.
AbstractReportMojo
H
HelpMojo
- Class in
org.jacoco.maven
Display help information on jacoco-maven-plugin.
Call
mvn jacoco:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.
HelpMojo()
- Constructor for class org.jacoco.maven.
HelpMojo
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
ReportITMojo
- Class in
org.jacoco.maven
Creates a code coverage report for integration tests of a single project in multiple formats (HTML, XML, and CSV).
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
Rule
objects 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.
AbstractReportMojo
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.
A
B
C
D
E
F
G
H
I
M
O
R
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009-2014 Mountainminds GmbH & Co. KG. All Rights Reserved.