Class JacocoPlugin
- java.lang.Object
-
- org.gradle.testing.jacoco.plugins.JacocoPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringAGENT_CONFIGURATION_NAMEstatic StringANT_CONFIGURATION_NAMEstatic StringDEFAULT_JACOCO_VERSIONThe jacoco version used if none is explicitly specified.static StringPLUGIN_EXTENSION_NAME
-
Constructor Summary
Constructors Constructor Description JacocoPlugin(org.gradle.internal.reflect.Instantiator instantiator)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapply(org.gradle.api.internal.project.ProjectInternal project)Apply this plugin to the given target object.ObjectconfigureDefaultOutputPathForJacocoMerge()Deprecated.This method will be made private in a future version of Gradle.
-
-
-
Field Detail
-
DEFAULT_JACOCO_VERSION
public static final String DEFAULT_JACOCO_VERSION
The jacoco version used if none is explicitly specified.- Since:
- 3.4
- See Also:
- Constant Field Values
-
AGENT_CONFIGURATION_NAME
public static final String AGENT_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
ANT_CONFIGURATION_NAME
public static final String ANT_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
PLUGIN_EXTENSION_NAME
public static final String PLUGIN_EXTENSION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
apply
public void apply(org.gradle.api.internal.project.ProjectInternal project)
Description copied from interface:PluginApply this plugin to the given target object.
-
configureDefaultOutputPathForJacocoMerge
@Deprecated public Object configureDefaultOutputPathForJacocoMerge()
Deprecated.This method will be made private in a future version of Gradle.Don't use this.
-
-