open class Swabra : BuildFeature
A build feature cleaning files and processes created during a build
See Also
enum class FilesCleanup
Files clean-up mode |
|
enum class LockingProcessPolicy
Specifies how to handle processes locking some files |
Swabra(init: Swabra.() -> Unit = {}, base: Swabra? = null) |
var filesCleanup: FilesCleanup?
A files clean-up mode to use |
|
var forceCleanCheckout: Boolean?
Force clean checkout if cannot restore clean directory state |
|
var lockingProcesses: LockingProcessPolicy?
Whether to inspect the checkout directory for processes locking files in this directory, and what to do with such processes |
|
var paths: String?
Paths to monitor |
|
var verbose: Boolean?
Enables detailed logging to build log |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |