Class JacocoPlugin

java.lang.Object
org.gradle.testing.jacoco.plugins.JacocoPlugin
All Implemented Interfaces:
Plugin<Project>

public abstract class JacocoPlugin extends Object implements Plugin<Project>
Plugin that provides support for generating Jacoco coverage data.
See Also:
  • Field Details

  • Constructor Details

    • JacocoPlugin

      @Inject public JacocoPlugin(org.gradle.internal.reflect.Instantiator instantiator)
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object