Class LifecycleListenerExecutionStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.LifecycleListenerExecutionStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
LifecycleListenerExecutionStarted_1_1
@GradleVersion(since="4.10")
@PluginVersion(since="1.16",
until="3.18")
public class LifecycleListenerExecutionStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates the start of a build lifecycle listener.
Lifecycle listeners are registered via Gradle.projectsLoaded,
Project.afterEvaluate, TaskExecutionGraph.whenReady and other Gradle API.
These events always occur within the events indicating that actual lifecycle event.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe unique ID of the listener execution.A reference to the user code application that registered the listener.final StringA description of the Gradle API that was used to register this listener. -
Constructor Summary
ConstructorsConstructorDescriptionLifecycleListenerExecutionStarted_1_0(long id, UserCodeApplicationRef_1_0 registrant, String registrationPoint) -
Method Summary
-
Field Details
-
id
public final long idThe unique ID of the listener execution. -
registrant
A reference to the user code application that registered the listener. -
registrationPoint
A description of the Gradle API that was used to register this listener.This is the simple name of the interface class and the method name, e.g.
Gradle.rootProject.
-
-
Constructor Details
-
LifecycleListenerExecutionStarted_1_0
public LifecycleListenerExecutionStarted_1_0(long id, UserCodeApplicationRef_1_0 registrant, String registrationPoint)
-
-
Method Details