api / org.gradle.api.tasks.javadoc / Groovydoc / Link

Link

open class Link : Serializable

A Link class represent a link between groovydoc/javadoc output and url.

Constructors

<init>

Link(url: String, vararg packages: String)

Constructs a Link.

Functions

equals

open fun equals(other: Any?): Boolean

getPackages

open fun getPackages(): MutableList<String>

Returns a list of package prefixes to be linked with an external site.

getUrl

open fun getUrl(): String

Returns the base url for the external site.

hashCode

open fun hashCode(): Int