Package org.gradle.docs.guides
Interface Guides
- All Known Implementing Classes:
GuidesInternal
public interface Guides
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.DirectoryPropertyBy convention, this is src/docs/guidesorg.gradle.api.NamedDomainObjectContainer<? extends Guide>
-
Method Details
-
getGuidesRoot
org.gradle.api.file.DirectoryProperty getGuidesRoot()By convention, this is src/docs/guides- Returns:
- The root guide directory.
-
getDistribution
GuidesDistribution getDistribution()- Returns:
- Buildable elements of all the available guides.
-
getPublishedGuides
org.gradle.api.NamedDomainObjectContainer<? extends Guide> getPublishedGuides()- Returns:
- Container of all published guides. This is the primary configuration point for all guides.
-