Class DaemonState_1_1

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

@GradleVersion(since="3.0") @PluginVersion(since="1.10") public class DaemonState_1_1 extends DaemonState_1_0
An EventData containing details about the state of the Gradle Daemon running the build.

Zero or one DaemonState_1_1 events may be published.

  • Field Details

    • singleUse

      @Nullable("when information not available from Gradle < 4.3") public final @Nullable("when information not available from Gradle < 4.3") Boolean singleUse
      Flags if the used daemon is configured for single use only.
  • Constructor Details

    • DaemonState_1_1

      public DaemonState_1_1(long startTime, int buildNumber, int numberOfRunningDaemons, long idleTimeout, @Nullable @Nullable Boolean singleUse)
  • Method Details