Class 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 Detail

      • 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:
        PluginCodeSourceType_1
      • inferredId

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