RedactedPluginExtension

abstract class RedactedPluginExtension @Inject constructor(objects: ObjectFactory)

Constructors

Link copied to clipboard
@Inject
fun RedactedPluginExtension(objects: ObjectFactory)

Properties

Link copied to clipboard
val enabled: Property<Boolean>
Link copied to clipboard
val redactedAnnotation: Property<String>

Define a custom redacted marker annotation. The -annotations artifact won't be automatically added to dependencies if you define your own!

Link copied to clipboard
val replacementString: Property<String>