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 Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe build path of the target.final PluginCodeSourceType_1The plugin's code source type.final longThe id of the plugin application activity.final @Nullable StringThe plugin id inferred from its code source.final @Nullable StringThe plugin version inferred from its code source type.final StringThe class name of the plugin.final @Nullable("when the target is not a project") StringThe fully qualified name of the project that the plugin is applied to.final StringThe target of the plugin. -
Constructor Summary
ConstructorsConstructorDescriptionPluginApplicationStarted_1_0(long id, String targetType, @Nullable String targetPath, String buildPath, String pluginClassName, @Nullable String inferredVersion, @Nullable String inferredId, PluginCodeSourceType_1 codeSourceType) -
Method Summary
-
Field Details
-
id
public final long idThe id of the plugin application activity. -
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 targetPathThe fully qualified name of the project that the plugin is applied to. -
buildPath
The build path of the target. -
pluginClassName
The class name of the plugin. -
inferredVersion
The plugin version inferred from its code source type.- See Also:
-
inferredId
The plugin id inferred from its code source. -
codeSourceType
The plugin's code source type.
-
-
Constructor Details
-
PluginApplicationStarted_1_0
-
-
Method Details