HubdleConfigDocumentationReadmeBadgesExtension

open class HubdleConfigDocumentationReadmeBadgesExtension @Inject constructor(val project: Project) : HubdleConfigurableExtension

Constructors

@Inject
constructor(project: Project)

Properties

Link copied to clipboard
val build: Property<Boolean>
Link copied to clipboard
val coverage: Property<Boolean>
Link copied to clipboard
open override val isEnabled: Property<Boolean>
Link copied to clipboard
val kotlin: Property<Boolean>
Link copied to clipboard
val mainProjectName: Property<String>
Link copied to clipboard
val mavenCentral: Property<Boolean>
Link copied to clipboard
open override val project: Project
Link copied to clipboard
val quality: Property<Boolean>
Link copied to clipboard
val snapshots: Property<Boolean>
Link copied to clipboard
val techDebt: Property<Boolean>

Functions

Link copied to clipboard
open fun enabled(value: Boolean = true)
open fun enabled(value: Provider<Boolean> = project.provider { true })
Link copied to clipboard
open fun withPlugin(pluginId: PluginId, action: Action<AppliedPlugin>)
open fun withPlugin(pluginId: String, action: Action<AppliedPlugin>)
Link copied to clipboard
open fun withPlugins(vararg pluginIds: String, action: Project.() -> Unit)