Class PluginApplied_1_0

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

@GradleVersion(since="2.0", until="4.2") @PluginVersion(since="1.0", until="1.16") public class PluginApplied_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a plugin has been applied to the build.

This event is emitted for plugins applied before the build scan plugin is being applied and when running a build with Gradle < 4.0 and build scan plugin < 1.9. For all other plugin applications, this event is superseded by PluginApplicationStarted_1_0 and PluginApplicationFinished_1_0.

Zero or more PluginApplied_1_0 events may be published.

  • Field Details

    • projectPath

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

      public final String pluginClassName
      The class name of the plugin.
    • inferredVersion

      @Nullable public final @Nullable String inferredVersion
      The plugin version inferred from its code source type.
      See Also:
    • inferredId

      @Nullable public final @Nullable String inferredId
      The plugin id inferred from its code source.
    • codeSourceType

      public final PluginCodeSourceType_1 codeSourceType
      The plugin's code source type.
  • Constructor Details

  • Method Details