A 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
Same as prepare-agent, but provides default values suitable for integration-tests: bound to pre-integration-test phase different destFile
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
 

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 file names.
getFiles(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.ReportAggregateMojo
 
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.ReportAggregateMojo
 
getOutputDirectory() - Method in class org.jacoco.maven.ReportITMojo
 
getOutputDirectory() - 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
 
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

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
 
ReportITMojo - Class in org.jacoco.maven
Same as report, but provides default values suitable for integration-tests: bound to report-integration phase different dataFile
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.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.

A C D E F G H I M O R S

Copyright © 2009–2018 Mountainminds GmbH & Co. KG. All rights reserved.