api / org.gradle.tooling.provider.model / ToolingModelBuilder / buildAll

buildAll

abstract fun buildAll(modelName: String, project: Project): Any

Creates the model of the given type for the given project.

Parameters

modelName - The model name, usually the same as the name of the Java interface used by the client.

project - The project to create the model for.

Return
The model.