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 Details

    • projectPath

      public final String projectPath
      The fully qualified name of the project.
    • failure

      @Nullable public final @Nullable ExceptionTree_1_0 failure
      The failure in case of a failed project evaluation.

      null if the project evaluation was successful. null for plugin version ≥ 1.14.

  • Constructor Details

    • ProjectEvaluationFinished_1_0

      public ProjectEvaluationFinished_1_0(String projectPath, @Nullable @Nullable ExceptionTree_1_0 failure)
  • Method Details