Package run.halo.gradle.utils
Class HaloServerConfigure.HaloServerConfigureBuilder
java.lang.Object
run.halo.gradle.utils.HaloServerConfigure.HaloServerConfigureBuilder
- Enclosing class:
- HaloServerConfigure
-
Method Summary
Modifier and TypeMethodDescriptionbuild()externalUrl(String externalUrl) fixedPluginPath(String fixedPluginPath) otherConfig(com.fasterxml.jackson.databind.JsonNode otherConfig) otherConfigs(Collection<? extends com.fasterxml.jackson.databind.JsonNode> otherConfigs) toString()
-
Method Details
-
workDir
- Returns:
this.
-
port
- Returns:
this.
-
externalUrl
- Returns:
this.
-
fixedPluginPath
- Returns:
this.
-
otherConfig
public HaloServerConfigure.HaloServerConfigureBuilder otherConfig(com.fasterxml.jackson.databind.JsonNode otherConfig) -
otherConfigs
public HaloServerConfigure.HaloServerConfigureBuilder otherConfigs(Collection<? extends com.fasterxml.jackson.databind.JsonNode> otherConfigs) -
clearOtherConfigs
-
build
-
toString
-