Class AndroidPluginApplied_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.AndroidPluginApplied_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="2.0") @PluginVersion(since="1.0") public class AndroidPluginApplied_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when an Android plugin has been applied to the build.

Zero or more AndroidPluginApplied_1_0 events may be published.

  • Field Details

    • projectPath

      public final String projectPath
      The fully qualified name of the project that the Android plugin is applied to.
    • pluginVersion

      public final String pluginVersion
      The Android plugin version.
    • pluginType

      public final AndroidPluginType_1 pluginType
      The Android plugin type.
  • Constructor Details

  • Method Details