Class PluginApplicationStarted_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="4.0")
    @PluginVersion(since="1.9")
    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 Detail

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

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

      • 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)