GradleSourceLinkBuilder

class GradleSourceLinkBuilder(project: Project) : DokkaConfigurationBuilder<SourceLinkDefinitionImpl>

Functions

build
Link copied to clipboard
open override fun build(): SourceLinkDefinitionImpl
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

localDirectory
Link copied to clipboard
@Input()
val localDirectory: Property<File?>
remoteLineSuffix
Link copied to clipboard
@Optional()
@Input()
val remoteLineSuffix: Property<String>
remoteUrl
Link copied to clipboard
@Input()
val remoteUrl: Property<URL?>