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 Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when information not available from Gradle < 4.3") BooleanFlags if the used daemon is configured for single use only.Fields inherited from class com.gradle.scan.eventmodel.gradle.DaemonState_1_0
buildNumber, idleTimeout, numberOfRunningDaemons, startTime -
Constructor Summary
ConstructorsConstructorDescriptionDaemonState_1_1(long startTime, int buildNumber, int numberOfRunningDaemons, long idleTimeout, @Nullable Boolean singleUse) -
Method Summary
-
Field Details
-
singleUse
@Nullable("when information not available from Gradle < 4.3") public final @Nullable("when information not available from Gradle < 4.3") Boolean singleUseFlags 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
-
equals
- Overrides:
equalsin classDaemonState_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classDaemonState_1_0
-
toString
- Overrides:
toStringin classDaemonState_1_0
-