Class Project_2_1

java.lang.Object
com.gradle.scan.eventmodel.gradle.project.Project_2_0
com.gradle.scan.eventmodel.gradle.project.Project_2_1
Direct Known Subclasses:
Project_2_2

@PluginVersion(since="1.9") public class Project_2_1 extends Project_2_0
Details about a project.
  • Field Details

    • projectDir

      public final FileRef_1_0 projectDir
      The project directory.
    • buildFile

      @Nullable("when the build file doesn\'t physically exist for Gradle 2.3 and earlier, always non-null for later versions") public final @Nullable("when the build file doesn\'t physically exist for Gradle 2.3 and earlier, always non-null for later versions") FileRef_1_0 buildFile
      The Gradle build file of the project.
    • buildFileExists

      public final boolean buildFileExists
      Whether the Gradle build file physically exists.
  • Constructor Details

  • Method Details