Class ProjectEvaluationFinished_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.ProjectEvaluationFinished_1_0
com.gradle.scan.eventmodel.gradle.ProjectEvaluationFinished_1_1
com.gradle.scan.eventmodel.gradle.ProjectEvaluationFinished_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ProjectEvaluationFinished_1_3
@GradleVersion(since="2.0")
@PluginVersion(since="1.14",
until="3.18")
public class ProjectEvaluationFinished_1_2
extends ProjectEvaluationFinished_1_1
An
EventData
that is published when project evaluation has finished for a project.
One or more ProjectEvaluationFinished_1_2
events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("if the project evaluation was successful") Long
The id of the failure in case of a failed project evaluation.Fields inherited from class com.gradle.scan.eventmodel.gradle.ProjectEvaluationFinished_1_1
buildPath
Fields inherited from class com.gradle.scan.eventmodel.gradle.ProjectEvaluationFinished_1_0
failure, projectPath
-
Constructor Summary
ConstructorsConstructorDescriptionProjectEvaluationFinished_1_2
(String buildPath, String projectPath, @Nullable Long failureId) -
Method Summary
-
Field Details
-
failureId
@Nullable("if the project evaluation was successful") public final @Nullable("if the project evaluation was successful") Long failureIdThe id of the failure in case of a failed project evaluation.The failure id is mapped to a
Exception_3_0
inExceptionData_1_0
.
-
-
Constructor Details
-
ProjectEvaluationFinished_1_2
-
-
Method Details
-
equals
- Overrides:
equals
in classProjectEvaluationFinished_1_1
-
hashCode
public int hashCode()- Overrides:
hashCode
in classProjectEvaluationFinished_1_1
-
toString
- Overrides:
toString
in classProjectEvaluationFinished_1_1
-