- 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.
- 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.
- 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(Locale) - 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.