public class JkPluginJacoco extends JkPlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OUTPUT_RELATIVE_PATH
Relative location to the output folder of the generated jacoco report file
|
| Modifier | Constructor and Description |
|---|---|
protected |
JkPluginJacoco(JkCommandSet run) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterSetup()
Override this method to perform some actions, once the plugin has been setup by
JkCommandSet.setup() method. |
beforeSetup, getBreakingVersionRegistryUrl, getCommandSet, getLowestJekaCompatibleVersion, help, name, toStringpublic static final java.lang.String OUTPUT_RELATIVE_PATH
protected JkPluginJacoco(JkCommandSet run)
protected void afterSetup()
JkPluginJkCommandSet.setup() method.
Typically, some plugins have to configure other ones (For instance, java plugin configures
scaffold plugin to instruct what to use as a template build class). Those kind of
configuration is better done here as the setup made in JkCommandSet is likely
to impact the result of the configuration.
afterSetup in class JkPlugin