public class MkDocsServe extends MkDocs
Task.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
MkDocsServe(ExecOperations execOperations) |
| Modifier and Type | Method and Description |
|---|---|
RegularFileProperty |
getConfigFile()
Provide a specific MkDocs config.
|
Property<String> |
getDevAddr()
IP address and port to serve documentation locally
(default: localhost:8000)
|
Property<Boolean> |
getDirtyreload()
Enable the live reloading in the development server,
but only re-build files that have changed.
|
Property<Boolean> |
getLivereload()
Enable the live reloading in the development server
|
Property<Boolean> |
getStrict()
Enable strict mode.
|
Property<String> |
getTheme()
The theme to use when building your documentation.
|
DirectoryProperty |
getThemeDir()
The theme directory to use when building your documentation.
|
exec, getCommand, getQuiet, getVerbosecompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoNotTrackState, getConvention, notCompatibleWithConfigurationCache@Inject public MkDocsServe(ExecOperations execOperations)
public RegularFileProperty getConfigFile()
public Property<String> getDevAddr()
public Property<Boolean> getStrict()
public DirectoryProperty getThemeDir()
public Property<Boolean> getLivereload()