Class PluginApplicationStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.PluginApplicationStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
PluginApplicationStarted_1_1

@GradleVersion(since="4.0") @PluginVersion(since="1.9", until="3.18") public class PluginApplicationStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when applying a plugin has started.

Zero or more PluginApplicationStarted_1_0 events may be published.

  • Field Details

    • id

      public final long id
      The id of the plugin application activity.
    • targetType

      public final String targetType
      The target of the plugin.
    • targetPath

      @Nullable("when the target is not a project") public final @Nullable("when the target is not a project") String targetPath
      The fully qualified name of the project that the plugin is applied to.
    • buildPath

      public final String buildPath
      The build path of the target.
    • 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

    • PluginApplicationStarted_1_0

      public PluginApplicationStarted_1_0(long id, String targetType, @Nullable @Nullable String targetPath, String buildPath, String pluginClassName, @Nullable @Nullable String inferredVersion, @Nullable @Nullable String inferredId, PluginCodeSourceType_1 codeSourceType)
  • Method Details