| Constructor and Description |
|---|
GuidesInternal(org.gradle.api.model.ObjectFactory objectFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.DomainObjectSet<? super GuideBinary> |
getBinaries() |
GuidesDistribution |
getDistribution() |
abstract org.gradle.api.file.DirectoryProperty |
getDocumentationInstallRoot()
By convention, this is buildDir/working/guides/docs
|
org.gradle.api.NamedDomainObjectContainer<? extends GuideInternal> |
getPublishedGuides() |
abstract org.gradle.api.file.DirectoryProperty |
getRenderedDocumentationRoot()
By convention, this is buildDir/working/guides/render-samples
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGuidesRoot@Inject public GuidesInternal(org.gradle.api.model.ObjectFactory objectFactory)
public org.gradle.api.NamedDomainObjectContainer<? extends GuideInternal> getPublishedGuides()
getPublishedGuides in interface Guidespublic org.gradle.api.DomainObjectSet<? super GuideBinary> getBinaries()
public GuidesDistribution getDistribution()
getDistribution in interface Guidespublic abstract org.gradle.api.file.DirectoryProperty getDocumentationInstallRoot()
public abstract org.gradle.api.file.DirectoryProperty getRenderedDocumentationRoot()