QodanaPluginExtension

open class QodanaPluginExtension @Inject constructor(objectFactory: ObjectFactory)

Constructors

Link copied to clipboard
@Inject
constructor(objectFactory: ObjectFactory)

Properties

Link copied to clipboard
@Input
@Optional
val cachePath: Property<String>

Path to the directory to store cache of the task. Default: $projectPath/build/cache

Link copied to clipboard
@Input
@Optional
val projectPath: Property<String>

Path to the project folder to inspect. Default: current project path

Link copied to clipboard
@Input
@Optional
val qodanaPath: Property<String>

Path to the directory to store Qodana CLI. Default: $projectPath/build/qodana

Link copied to clipboard
@Input
@Optional
val resultsPath: Property<String>

Path to the directory to store results of the task. Default: $projectPath/build/results