api / org.gradle.api.reporting.model / ModelReport

ModelReport

@Incubating open class ModelReport : DefaultTask

Displays some details about the configuration model of the project. An instance of this type is used when you execute the model task from the command-line.

Types

Format

class Format

The report format.

  • full (default value) will show details about types, rules and creators
  • short will only show nodes and their values

Constructors

<init>

ModelReport()

Displays some details about the configuration model of the project. An instance of this type is used when you execute the model task from the command-line.

Functions

getFormat

open fun getFormat(): Format

isShowHidden

open fun isShowHidden(): Boolean

report

open fun report(): Unit

setFormat

open fun setFormat(format: String): Unit

setShowHidden

open fun setShowHidden(showHidden: Boolean): Unit