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
|
MANIFEST_BREAKING_CHANGE_URL_ENTRY, MANIFEST_LOWEST_JEKA_COMPATIBLE_VERSION_ENTRY
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, getJkClass, help, name, toString
public static final java.lang.String OUTPUT_RELATIVE_PATH
protected JkPluginJacoco(JkClass run)
protected void afterSetup()
JkPlugin
JkClass.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