Class LifecycleListenerExecutionFinished_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.LifecycleListenerExecutionFinished_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="4.10") @PluginVersion(since="1.16") public class LifecycleListenerExecutionFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the completion of a lifecycle listener execution.
See Also:
  • Field Details

    • id

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

    • LifecycleListenerExecutionFinished_1_0

      public LifecycleListenerExecutionFinished_1_0(long id)
  • Method Details