Class AndroidPluginApplied_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.AndroidPluginApplied_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.0")
@PluginVersion(since="1.0")
public class AndroidPluginApplied_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published when an Android plugin has been applied to the build.
Zero or more AndroidPluginApplied_1_0
events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AndroidPluginType_1
The Android plugin type.final String
The Android plugin version.final String
The fully qualified name of the project that the Android plugin is applied to. -
Constructor Summary
ConstructorsConstructorDescriptionAndroidPluginApplied_1_0
(String projectPath, String pluginVersion, AndroidPluginType_1 pluginType) -
Method Summary
-
Field Details
-
projectPath
The fully qualified name of the project that the Android plugin is applied to. -
pluginVersion
The Android plugin version. -
pluginType
The Android plugin type.
-
-
Constructor Details
-
AndroidPluginApplied_1_0
public AndroidPluginApplied_1_0(String projectPath, String pluginVersion, AndroidPluginType_1 pluginType)
-
-
Method Details