getParent

@Nullable
abstract fun getParent(): Gradle

Returns the parent build of this build, if any.

Return

The parent build. May return null.