Class LifecycleListenerExecutionStarted_1_0

    • Field Detail

      • id

        public final long id
        The unique ID of the listener execution.
      • registrant

        public final UserCodeApplicationRef_1_0 registrant
        A reference to the user code application that registered the listener.
      • registrationPoint

        public final String 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 Detail

      • LifecycleListenerExecutionStarted_1_0

        public LifecycleListenerExecutionStarted_1_0​(long id,
                                                     UserCodeApplicationRef_1_0 registrant,
                                                     String registrationPoint)