Class ProjectEvaluationFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ProjectEvaluationFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ProjectEvaluationFinished_1_1
@GradleVersion(since="2.0")
@PluginVersion(since="1.0",
until="1.10")
public class ProjectEvaluationFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when project evaluation has finished for a project.
One or more ProjectEvaluationFinished_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable ExceptionTree_1_0The failure in case of a failed project evaluation.final StringThe fully qualified name of the project. -
Constructor Summary
ConstructorsConstructorDescriptionProjectEvaluationFinished_1_0(String projectPath, @Nullable ExceptionTree_1_0 failure) -
Method Summary
-
Field Details
-
projectPath
The fully qualified name of the project. -
failure
The failure in case of a failed project evaluation.nullif the project evaluation was successful.nullfor plugin version ≥ 1.14.
-
-
Constructor Details
-
ProjectEvaluationFinished_1_0
public ProjectEvaluationFinished_1_0(String projectPath, @Nullable @Nullable ExceptionTree_1_0 failure)
-
-
Method Details