Package org.gradle.tooling.model.dsl
Interface GradleDslBaseScriptModel
This interface represents the base Kotlin DSL script models.
This model can be queried very early in the build lifecycle, without any script evaluation or build configuration.
- Since:
- 8.14.4 (backport from 9.2.0)
-
Method Summary
Modifier and TypeMethodDescriptionThe Groovy DSL specific part of the model.The Kotlin DSL specific part of the model.
-
Method Details
-
getGroovyDslBaseScriptModel
GroovyDslBaseScriptModel getGroovyDslBaseScriptModel()The Groovy DSL specific part of the model.- Since:
- 8.14.4 (backport from 9.2.0)
-
getKotlinDslBaseScriptModel
KotlinDslBaseScriptModel getKotlinDslBaseScriptModel()The Kotlin DSL specific part of the model.- Since:
- 8.14.4 (backport from 9.2.0)
-