@CompileStatic @org.gradle.work.DisableCachingByDefault(because: DocPublisher use Ant tasks) abstract class PublishGuideTask extends DefaultTask
A task used to publish the user guide if a publish that is in GDoc or Asciidoc format
| Constructor and description |
|---|
PublishGuideTask(org.apache.tools.ant.Project project, FileSystemOperations fileSystemOperations) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract Property<Boolean> |
getAsciidoc() |
|
abstract Property<Boolean> |
getBookmarks() |
|
abstract Property<Boolean> |
getGeneratePdf() |
|
abstract DirectoryProperty |
getGroovydocDir() |
|
abstract DirectoryProperty |
getJavadocDir() |
|
abstract Property<String> |
getLanguage() |
|
abstract ListProperty<Object> |
getMacros() |
|
abstract Property<String> |
getProjectName() |
|
abstract Property<String> |
getProjectVersion() |
|
abstract RegularFileProperty |
getPropertiesFile() |
|
abstract DirectoryProperty |
getResourcesDir() |
|
abstract Property<String> |
getSingleHtml() |
|
abstract Property<String> |
getSinglePdf() |
|
abstract DirectoryProperty |
getSourceDir() |
|
abstract Property<String> |
getSourceRepo() |
|
abstract DirectoryProperty |
getTargetDir() |
|
abstract DirectoryProperty |
getWorkDir() |
|
protected void |
publishGuide() |