java.io.Serializable
@Incubating public interface DocLink extends java.io.Serializable
Subtypes can represent different parts of the gradle documentation, e.g. the DSL reference, the user guide, etc.
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getConsultDocumentationMessage() |
A message that tells the user to consult the documentation.
|
java.lang.String |
getUrl() |
The URL to the documentation page.
|
@Nullable java.lang.String getUrl()
@Nullable java.lang.String getConsultDocumentationMessage()