Class AffectedTestsPlugin

java.lang.Object
io.affectedtests.gradle.AffectedTestsPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class AffectedTestsPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
Gradle plugin that registers the affectedTest task and the affectedTests DSL extension.

Plugin ID: io.github.vedanthvdev.affectedtests

  • Constructor Details

    • AffectedTestsPlugin

      public AffectedTestsPlugin()
  • Method Details

    • apply

      public void apply(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>