- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getBlockDetailsSection (0.14 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/ClassDoc.groovy
def getMethodsSection() { return methodsSection } def getMethodDetailsSection() { return getSection('Method details') } def getBlocksTable() { return getTable('Script blocks') } def getBlockDetailsSection() { return getSection('Script block details') } List<ClassDoc> getSubClasses() { return subClasses } void addSubClass(ClassDoc subClass) { subClasses.add(subClass) }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 6.2K bytes - Viewed (0)