Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
O
R
S
A
AbstractCoverageTask
- Class in
org.jacoco.ant
Base class for all coverage tasks that require agent options
AbstractCoverageTask()
- Constructor for class org.jacoco.ant.
AbstractCoverageTask
Create default agent options
addConfigured(ResourceCollection)
- Method in class org.jacoco.ant.
InstrumentTask
This task accepts any number of class file resources.
addConfigured(ResourceCollection)
- Method in class org.jacoco.ant.
MergeTask
This task accepts any number of execution data resources.
addTask(Task)
- Method in class org.jacoco.ant.
CoverageTask
Add child task to this container and reconfigure it to run with coverage enabled
AgentTask
- Class in
org.jacoco.ant
Ant task that will unpack the coverage agent jar and generate the JVM options required to use it
AgentTask()
- Constructor for class org.jacoco.ant.
AgentTask
C
CoverageTask
- Class in
org.jacoco.ant
Container task to run Java/JUnit tasks with the JaCoCo agent jar.
CoverageTask()
- Constructor for class org.jacoco.ant.
CoverageTask
Creates a new default coverage task
createCheck()
- Method in class org.jacoco.ant.
ReportTask
Creates a new coverage check element.
createClassfiles()
- Method in class org.jacoco.ant.
ReportTask.GroupElement
Returns the nested resource collection for class files.
createCsv()
- Method in class org.jacoco.ant.
ReportTask
Creates a new CSV report element.
createExecutiondata()
- Method in class org.jacoco.ant.
ReportTask
Returns the nested resource collection for execution data files.
createGroup()
- Method in class org.jacoco.ant.
ReportTask.GroupElement
Creates a new child group.
createHtml()
- Method in class org.jacoco.ant.
ReportTask
Creates a new HTML report element.
createRule()
- Method in class org.jacoco.ant.
ReportTask.CheckFormatterElement
Creates and adds a new rule.
createSourcefiles()
- Method in class org.jacoco.ant.
ReportTask.GroupElement
Returns the nested resource collection for source files.
createStructure()
- Method in class org.jacoco.ant.
ReportTask
Returns the root group element that defines the report structure.
createVisitor()
- Method in class org.jacoco.ant.
ReportTask.CheckFormatterElement
createVisitor()
- Method in class org.jacoco.ant.
ReportTask.CSVFormatterElement
createVisitor()
- Method in class org.jacoco.ant.
ReportTask.HTMLFormatterElement
createVisitor()
- Method in class org.jacoco.ant.
ReportTask.XMLFormatterElement
createXml()
- Method in class org.jacoco.ant.
ReportTask
Creates a new XML report element.
D
DumpTask
- Class in
org.jacoco.ant
Ant task for remotely controlling an application that is running with the tcpserver output mode
DumpTask()
- Constructor for class org.jacoco.ant.
DumpTask
E
execute()
- Method in class org.jacoco.ant.
AgentTask
Unpacks a private copy of the JaCoCo agent and populates
property
with the JVM arguments required to use it.
execute()
- Method in class org.jacoco.ant.
CoverageTask
Executes subtask and performs any required cleanup
execute()
- Method in class org.jacoco.ant.
DumpTask
execute()
- Method in class org.jacoco.ant.
InstrumentTask
execute()
- Method in class org.jacoco.ant.
MergeTask
execute()
- Method in class org.jacoco.ant.
ReportTask
G
getLaunchingArgument()
- Method in class org.jacoco.ant.
AbstractCoverageTask
Creates JVM argument to launch with the specified JaCoCo agent jar and the current options
I
InstrumentTask
- Class in
org.jacoco.ant
Task for offline instrumentation of class files.
InstrumentTask()
- Constructor for class org.jacoco.ant.
InstrumentTask
isEnabled()
- Method in class org.jacoco.ant.
AbstractCoverageTask
M
MergeTask
- Class in
org.jacoco.ant
Task for merging a set of execution data files (*.exec) into a single file
MergeTask()
- Constructor for class org.jacoco.ant.
MergeTask
O
onViolation(ICoverageNode, Rule, Limit, String)
- Method in class org.jacoco.ant.
ReportTask.CheckFormatterElement
org.jacoco.ant
- package org.jacoco.ant
R
ReportTask
- Class in
org.jacoco.ant
Task for coverage report generation.
ReportTask()
- Constructor for class org.jacoco.ant.
ReportTask
ReportTask.CheckFormatterElement
- Class in
org.jacoco.ant
Formatter element for coverage checks.
ReportTask.CheckFormatterElement()
- Constructor for class org.jacoco.ant.
ReportTask.CheckFormatterElement
ReportTask.CSVFormatterElement
- Class in
org.jacoco.ant
Formatter element for CSV reports.
ReportTask.CSVFormatterElement()
- Constructor for class org.jacoco.ant.
ReportTask.CSVFormatterElement
ReportTask.GroupElement
- Class in
org.jacoco.ant
Container element for class file groups.
ReportTask.GroupElement()
- Constructor for class org.jacoco.ant.
ReportTask.GroupElement
ReportTask.HTMLFormatterElement
- Class in
org.jacoco.ant
Formatter element for HTML reports.
ReportTask.HTMLFormatterElement()
- Constructor for class org.jacoco.ant.
ReportTask.HTMLFormatterElement
ReportTask.SourceFilesElement
- Class in
org.jacoco.ant
The source files are specified in a resource collection with additional attributes.
ReportTask.SourceFilesElement()
- Constructor for class org.jacoco.ant.
ReportTask.SourceFilesElement
ReportTask.XMLFormatterElement
- Class in
org.jacoco.ant
Formatter element for XML reports.
ReportTask.XMLFormatterElement()
- Constructor for class org.jacoco.ant.
ReportTask.XMLFormatterElement
S
setAddress(String)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets the IP address or hostname to bind to when output method is tcp server or connect to when the output method is tcp client.
setAddress(String)
- Method in class org.jacoco.ant.
DumpTask
IP Address or hostname to connect to.
setAppend(boolean)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Append execution coverage data if a coverage file is already present.
setAppend(boolean)
- Method in class org.jacoco.ant.
DumpTask
true
if the destination file it to be appended to.
setClassdumpdir(File)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets the directory where all class files seen by the agent should be dumped to.
setDestdir(File)
- Method in class org.jacoco.ant.
InstrumentTask
Sets the location of the instrumented classes.
setDestdir(File)
- Method in class org.jacoco.ant.
ReportTask.HTMLFormatterElement
Sets the output directory for the report.
setDestfile(File)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets the location to write coverage execution data to.
setDestfile(File)
- Method in class org.jacoco.ant.
DumpTask
Sets the location of the execution data file to write.
setDestfile(File)
- Method in class org.jacoco.ant.
MergeTask
Sets the location of the merged data store
setDestfile(File)
- Method in class org.jacoco.ant.
ReportTask.CSVFormatterElement
Sets the output file for the report.
setDestfile(File)
- Method in class org.jacoco.ant.
ReportTask.HTMLFormatterElement
Sets the Zip output file for the report.
setDestfile(File)
- Method in class org.jacoco.ant.
ReportTask.XMLFormatterElement
Sets the output file for the report.
setDump(boolean)
- Method in class org.jacoco.ant.
DumpTask
Sets whether execution data should be downloaded from the remote host.
setDumpOnExit(boolean)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Dump coverage data on VM termination.
setEnabled(boolean)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets whether or not the current task is enabled
setEncoding(String)
- Method in class org.jacoco.ant.
ReportTask.CSVFormatterElement
Sets the output encoding for generated XML file.
setEncoding(String)
- Method in class org.jacoco.ant.
ReportTask.HTMLFormatterElement
Sets the output encoding for generated HTML files.
setEncoding(String)
- Method in class org.jacoco.ant.
ReportTask.SourceFilesElement
Defines the optional source file encoding.
setEncoding(String)
- Method in class org.jacoco.ant.
ReportTask.XMLFormatterElement
Sets the output encoding for generated XML file.
setExclClassLoader(String)
- Method in class org.jacoco.ant.
AbstractCoverageTask
List of wildcard patterns for classloaders that JaCoCo will not instrument classes from.
setExcludes(String)
- Method in class org.jacoco.ant.
AbstractCoverageTask
List of wildcard patterns classes to exclude from instrumentation.
setFailOnViolation(boolean)
- Method in class org.jacoco.ant.
ReportTask.CheckFormatterElement
Sets whether the build should fail in case of a violation.
setFooter(String)
- Method in class org.jacoco.ant.
ReportTask.HTMLFormatterElement
Sets an optional footer text that will be displayed on every report page.
setInclBootstrapClasses(boolean)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets whether classes from the bootstrap classloader should be instrumented.
setInclNoLocationClasses(boolean)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets whether classes without source location should be instrumented.
setIncludes(String)
- Method in class org.jacoco.ant.
AbstractCoverageTask
List of wildcard patterns classes to include for instrumentation.
setJmx(boolean)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets whether the agent should expose functionality via JMX.
setLocale(String)
- Method in class org.jacoco.ant.
ReportTask.HTMLFormatterElement
Sets the locale for generated text output.
setName(String)
- Method in class org.jacoco.ant.
ReportTask.GroupElement
Sets the name of the group.
setOutput(String)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets the output method.
setPort(int)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets the Port to bind to when the output method is tcp server or connect to when the output method is tcp client.
setPort(int)
- Method in class org.jacoco.ant.
DumpTask
Port number to connect to.
setProperty(String)
- Method in class org.jacoco.ant.
AgentTask
Sets the name of the property to hold the agent JVM options
setRemovesignatures(boolean)
- Method in class org.jacoco.ant.
InstrumentTask
Sets whether signatures should be removed from JAR files.
setReset(boolean)
- Method in class org.jacoco.ant.
DumpTask
Sets whether a reset command should be sent after the execution data has been dumped.
setRetryCount(int)
- Method in class org.jacoco.ant.
DumpTask
Number of retries which the goal will attempt to establish a connection.
setSessionId(String)
- Method in class org.jacoco.ant.
AbstractCoverageTask
Sets the session identifier.
setTabwidth(int)
- Method in class org.jacoco.ant.
ReportTask.SourceFilesElement
Sets the tab stop width for the source pages.
setViolationsProperty(String)
- Method in class org.jacoco.ant.
ReportTask.CheckFormatterElement
Sets the name of a property to append the violation messages to.
A
C
D
E
G
I
M
O
R
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009–2023 Mountainminds GmbH & Co. KG. All rights reserved.