Class Project_2_0

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

@PluginVersion(since="1.0", until="1.8") public class Project_2_0 extends Object
Details about a project.
  • Field Details

    • projectPath

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

      public final List<Integer> children
      The indexes of the project's direct child projects.

      An index can be used to look up a child project in ProjectStructure_1_0.projects.

  • Constructor Details

  • Method Details