@org.gradle.api.tasks.CacheableTask class PublishGuideTask extends DefaultTask
Gradle task for generating a gdoc-based HTML user guide.
Type | Name and description |
---|---|
Property<java.lang.Boolean> |
asciidoc |
Property<java.lang.String> |
language |
ListProperty<java.lang.Object> |
macros |
MapProperty<java.lang.String, java.lang.Object> |
properties |
ConfigurableFileCollection |
propertiesFiles |
MapProperty<java.lang.String, java.io.File> |
propertiesWithFilePaths |
DirectoryProperty |
resourcesDir |
DirectoryProperty |
rootProjectDir |
DirectoryProperty |
sourceDir |
Property<java.lang.String> |
sourceRepo |
DirectoryProperty |
targetDir |
Constructor and description |
---|
PublishGuideTask(ObjectFactory objects, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Map<java.lang.String, java.lang.String> |
getRelativizedPropertiesWithFilePaths() |
|
java.lang.Object |
publishGuide() |
Groovy Documentation