api / org.gradle.tooling.model / HierarchicalElement / getChildren

getChildren

abstract fun getChildren(): DomainObjectSet<out HierarchicalElement>

Returns the child elements, or the empty set if there are no child elements.

Return
The child elements, or the empty set if there are no child elements.

Since
1.0-milestone-5