Class ProjectEvaluationStarted_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.ProjectEvaluationStarted_1_0
com.gradle.scan.eventmodel.gradle.ProjectEvaluationStarted_1_1
com.gradle.scan.eventmodel.gradle.ProjectEvaluationStarted_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="2.0")
@PluginVersion(since="3.19")
public class ProjectEvaluationStarted_1_2
extends ProjectEvaluationStarted_1_1
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe id of this project evaluation event.final @Nullable ConfigurationParentRef_1_0The parent event reference that this event is nested in.Fields inherited from class com.gradle.scan.eventmodel.gradle.ProjectEvaluationStarted_1_1
buildPathFields inherited from class com.gradle.scan.eventmodel.gradle.ProjectEvaluationStarted_1_0
projectPath -
Constructor Summary
ConstructorsConstructorDescriptionProjectEvaluationStarted_1_2(String buildPath, String projectPath, long id, @Nullable ConfigurationParentRef_1_0 parent) -
Method Summary
-
Field Details
-
id
public final long idThe id of this project evaluation event. -
parent
The parent event reference that this event is nested in. Null when the operation has no configuration parent.
-
-
Constructor Details
-
ProjectEvaluationStarted_1_2
public ProjectEvaluationStarted_1_2(String buildPath, String projectPath, long id, @Nullable @Nullable ConfigurationParentRef_1_0 parent)
-
-
Method Details
-
equals
- Overrides:
equalsin classProjectEvaluationStarted_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classProjectEvaluationStarted_1_1
-
toString
- Overrides:
toStringin classProjectEvaluationStarted_1_1
-