- getCommand() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocs
-
- getConfigFile() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsBuild
-
Provide a specific MkDocs config.
- getConfigFile() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsGhDeploy
-
Provide a specific MkDocs config.
- getConfigFile() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsServe
-
Provide a specific MkDocs config.
- getDevAddr() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsServe
-
IP address and port to serve documentation locally
(default: localhost:8000)
- getDirtyreload() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsServe
-
Enable the live reloading in the development server,
but only re-build files that have changed.
- getExecOperations() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocs
-
- getForce() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsGhDeploy
-
Force the push to the repository.
- getIgnoreVersion() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsGhDeploy
-
Ignore check that build is not being deployed
with an older version of MkDocs.
- getLivereload() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsServe
-
Enable the live reloading in the development server
- getMessage() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsGhDeploy
-
A commit message to use when committing to the Github Pages remote branch.
- getProjectDirectory() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsNew
-
- getQuiet() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocs
-
Silence warnings.
- getRemoteBranch() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsGhDeploy
-
The remote branch to commit to for Github Pages.
- getRemoteName() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsGhDeploy
-
The remote name to commit to for Github Pages.
- getSiteDir() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsBuild
-
The directory to output the result of the documentation build.
- getStrict() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsBuild
-
Enable strict mode.
- getStrict() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsServe
-
Enable strict mode.
- getTheme() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsBuild
-
The theme to use when building your documentation.
- getTheme() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsServe
-
The theme to use when building your documentation.
- getThemeDir() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsBuild
-
The theme directory to use when building your documentation.
- getThemeDir() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocsServe
-
The theme directory to use when building your documentation.
- getVerbose() - Method in class io.freefair.gradle.plugins.mkdocs.tasks.MkDocs
-
Enable verbose output.