- All Implemented Interfaces:
- Plugin<Project>
Plugin that provides support for generating Jacoco coverage data.
- See Also:
- 
- 
Field SummaryFields 
    
The jacoco version used if none is explicitly specified. 
   
 
- 
Constructor SummaryConstructors 
JacocoPlugin(org.gradle.internal.reflect.Instantiator instantiator)
  
 
- 
Method Summary
void
 
Apply this plugin to the given target object. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Field Details
- 
DEFAULT_JACOCO_VERSIONpublic static final String DEFAULT_JACOCO_VERSION The jacoco version used if none is explicitly specified. 
- Since:
- 3.4
- See Also:
- 
 
- 
AGENT_CONFIGURATION_NAMEpublic static final String AGENT_CONFIGURATION_NAME 
- See Also:
- 
 
- 
ANT_CONFIGURATION_NAMEpublic static final String ANT_CONFIGURATION_NAME 
- See Also:
- 
 
- 
PLUGIN_EXTENSION_NAMEpublic static final String PLUGIN_EXTENSION_NAME 
- See Also:
- 
 
 
- 
Constructor Details
- 
JacocoPlugin@Inject
public JacocoPlugin(org.gradle.internal.reflect.Instantiator instantiator) 
 
- 
Method Details
- 
applyDescription copied from interface: Plugin
 Apply this plugin to the given target object. 
- Specified by:
- applyin interface- Plugin<Project>
- Parameters:
- project- The target object