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 Summary
FieldsModifier and TypeFieldDescriptionfinal PluginCodeSourceType_1The plugin's code source type.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 StringThe fully qualified name of the project that the plugin is applied to. -
Constructor Summary
ConstructorsConstructorDescriptionPluginApplied_1_0(String projectPath, String pluginClassName, @Nullable String inferredVersion, @Nullable String inferredId, PluginCodeSourceType_1 codeSourceType) -
Method Summary
-
Field Details
-
projectPath
The fully qualified name of the project that the plugin is applied to. -
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
-
PluginApplied_1_0
public PluginApplied_1_0(String projectPath, String pluginClassName, @Nullable @Nullable String inferredVersion, @Nullable @Nullable String inferredId, PluginCodeSourceType_1 codeSourceType)
-
-
Method Details