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(JkClass run) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterSetup()
Override this method to perform some actions, once the plugin has been setup by
JkClass.setup() method. |
beforeSetup, getBreakingVersionRegistryUrl, getJkClass, getLowestJekaCompatibleVersion, help, name, toStringpublic static final java.lang.String OUTPUT_RELATIVE_PATH
protected JkPluginJacoco(JkClass run)
protected void afterSetup()
JkPluginJkClass.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 JkClass is likely
to impact the result of the configuration.
afterSetup in class JkPlugin