public class JkPluginJacoco
extends dev.jeka.core.tool.JkPlugin
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
agentOptions |
java.lang.String |
classDirExcludes |
boolean |
enabled |
static java.lang.String |
OUTPUT_RELATIVE_PATH
Relative location to the output folder of the generated jacoco report file
|
static java.lang.String |
OUTPUT_XML_RELATIVE_PATH |
boolean |
xmlReport |
| Modifier | Constructor and Description |
|---|---|
protected |
JkPluginJacoco(dev.jeka.core.tool.JkClass run) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterSetup() |
public static final java.lang.String OUTPUT_RELATIVE_PATH
public static final java.lang.String OUTPUT_XML_RELATIVE_PATH
public boolean enabled
public boolean xmlReport
public java.lang.String agentOptions
public java.lang.String classDirExcludes