Gradle Project
constructor(@Json(name = "name" ) name: String, @Json(name = "path" ) path: String, @Json(name = "parent" ) parent: Int? = null)
Parameters
name
The name of the project.
path
The path of the project.
parent
The index of the parent of this Gradle project in the GradleProjects array. null
if this project has no parent (i.e. root project of a build).