@Incubating public class JacocoPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
| Modifier and Type | Field and Description | 
|---|---|
| static String | AGENT_CONFIGURATION_NAME | 
| static String | ANT_CONFIGURATION_NAME | 
| static String | DEFAULT_JACOCO_VERSIONThe jacoco version used if none is explicitly specified. | 
| static String | PLUGIN_EXTENSION_NAME | 
| Constructor and Description | 
|---|
| JacocoPlugin(org.gradle.internal.reflect.Instantiator instantiator) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(org.gradle.api.internal.project.ProjectInternal project)Apply this plugin to the given target object. | 
| Object | configureDefaultOutputPathForJacocoMerge() | 
public static final String DEFAULT_JACOCO_VERSION
public static final String AGENT_CONFIGURATION_NAME
public static final String ANT_CONFIGURATION_NAME
public static final String PLUGIN_EXTENSION_NAME
@Inject public JacocoPlugin(org.gradle.internal.reflect.Instantiator instantiator)