getParent

@Nullable
abstract fun getParent(): @Nullable Gradle

Returns the parent build of this build, if any.

Return

The parent build. May return null.