public interface Guide extends org.gradle.api.Named, GuideSummary
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.provider.Property<java.lang.String> |
getDescription()
Short description of the guide.
|
org.gradle.api.file.DirectoryProperty |
getGuideDirectory()
By convention, this is the guide name off the extension's guide root directory.
|
org.gradle.api.provider.Property<java.lang.String> |
getGuideName()
Guide name used to locate the project within the repository and tag issues with the right label.
|
org.gradle.api.provider.Property<java.lang.String> |
getMinimumGradleVersion()
Minimum Gradle version this guide works on.
|
org.gradle.api.provider.Property<java.lang.String> |
getRepositoryPath()
Path of repository relative to
https://github.com. |
getCategory, getDisplayName, getPermalinkorg.gradle.api.file.DirectoryProperty getGuideDirectory()
org.gradle.api.provider.Property<java.lang.String> getRepositoryPath()
https://github.com.org.gradle.api.provider.Property<java.lang.String> getMinimumGradleVersion()
org.gradle.api.provider.Property<java.lang.String> getDescription()
org.gradle.api.provider.Property<java.lang.String> getGuideName()