Class ScriptApplicationStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ScriptApplicationStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ScriptApplicationStarted_1_1
@GradleVersion(since="4.0")
@PluginVersion(since="1.9",
until="3.18")
public class ScriptApplicationStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when applying a script has started.
Zero or more ScriptApplicationStarted_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the target is an arbitrary object, i.e. not a known type like project, gradle, settings, etc.") StringThe build path of the target.final @Nullable("when not applied from file") FileRef_1_0The details about the file from where the script was applied.final longThe id of the script application activity.final @Nullable("when the target is not a project") StringThe fully qualified name of the project that the script is applied to.final @Nullable("when the target is an arbitrary object, i.e. not a known type like project, gradle, settings, etc.") StringThe target of the script.final @Nullable("when not applied from URI") StringThe uri from where the script was applied. -
Constructor Summary
ConstructorsConstructorDescriptionScriptApplicationStarted_1_0(long id, @Nullable String targetType, @Nullable String targetPath, @Nullable String buildPath, @Nullable FileRef_1_0 file, @Nullable String uri) -
Method Summary
-
Field Details
-
id
public final long idThe id of the script application activity. -
targetType
@Nullable("when the target is an arbitrary object, i.e. not a known type like project, gradle, settings, etc.") public final @Nullable("when the target is an arbitrary object, i.e. not a known type like project, gradle, settings, etc.") String targetTypeThe target of the script. -
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 script is applied to. -
buildPath
@Nullable("when the target is an arbitrary object, i.e. not a known type like project, gradle, settings, etc.") public final @Nullable("when the target is an arbitrary object, i.e. not a known type like project, gradle, settings, etc.") String buildPathThe build path of the target. -
file
@Nullable("when not applied from file") public final @Nullable("when not applied from file") FileRef_1_0 fileThe details about the file from where the script was applied. -
uri
@Nullable("when not applied from URI") public final @Nullable("when not applied from URI") String uriThe uri from where the script was applied.
-
-
Constructor Details
-
ScriptApplicationStarted_1_0
public ScriptApplicationStarted_1_0(long id, @Nullable @Nullable String targetType, @Nullable @Nullable String targetPath, @Nullable @Nullable String buildPath, @Nullable @Nullable FileRef_1_0 file, @Nullable @Nullable String uri)
-
-
Method Details