Class ExecutionPhaseStarted_1_0

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

@GradleVersion(since="8.7") @PluginVersion(since="3.17") public class ExecutionPhaseStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Emitted when the execution phase of the root build started.

The event stream will contain at most one event of this type. When the build fails early, or does not run tasks (aka Sync), it may also contain no event of this type.

  • Constructor Details

    • ExecutionPhaseStarted_1_0

      public ExecutionPhaseStarted_1_0()
  • Method Details