Class for storing the settings for the stepCounter closure.
| Type | Name and description |
|---|---|
ConfigurableFileCollection |
additionalSourceFilesList of additional source files to be included in the report. |
List<String> |
excludesSet of patterns for files to be excluded in the report. |
List<String> |
includesSet of patterns for files to be included in the report. |
File |
outputCsvFileThe CSV report file to be generated. |
com.android.build.gradle.api.BaseVariant |
variantThe build variant of the module to be processed. |
List of additional source files to be included in the report. This property is optional. The variant's source files are already included, so there's no need to add them in this property.
Set of patterns for files to be excluded in the report. This property is optional.
Set of patterns for files to be included in the report. This property is optional.
The CSV report file to be generated. If this points to an existing file, that file will be overwritten. This property is mandatory.
The build variant of the module to be processed. This property is mandatory.