public class NutsBuildRunnerContext extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
buildSite |
net.thevpc.nuts.io.NPath |
confFileTson |
net.thevpc.nuts.elem.NElement |
confRoot |
String |
home |
String |
nutsDebugArg |
String |
nutsLtsApiVersion |
String |
nutsLtsAppVersion |
String |
nutsLtsRuntimeVersion |
net.thevpc.nuts.io.NPath |
nutsRootFolder |
boolean |
publish |
net.thevpc.nuts.io.NPath |
repositoryProjectFolder |
boolean |
trace |
Map<String,String> |
vars |
boolean |
verbose |
net.thevpc.nuts.io.NPath |
websiteProjectFolder |
| Constructor and Description |
|---|
NutsBuildRunnerContext() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NOptional<String> |
getRemoteTheVpcSshConnection() |
net.thevpc.nuts.util.NOptional<String> |
getRemoteTheVpcSshHost() |
String |
getRemoteTheVpcSshUser() |
net.thevpc.nuts.util.NOptional<String> |
getVar(String key) |
void |
loadConfig(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
Map<String,net.thevpc.nuts.elem.NElement> |
loadConfigNamedPairs() |
void |
setRemoteTheVpcSshConnection(String remoteTheVpcSshConnection) |
void |
setVar(String key,
String value) |
Function<String,Object> |
varMapper() |
public String home
public net.thevpc.nuts.io.NPath nutsRootFolder
public boolean publish
public boolean buildSite
public net.thevpc.nuts.io.NPath websiteProjectFolder
public net.thevpc.nuts.io.NPath repositoryProjectFolder
public net.thevpc.nuts.io.NPath confFileTson
public String nutsDebugArg
public String nutsLtsApiVersion
public String nutsLtsAppVersion
public String nutsLtsRuntimeVersion
public net.thevpc.nuts.elem.NElement confRoot
public boolean verbose
public boolean trace
public net.thevpc.nuts.util.NOptional<String> getRemoteTheVpcSshHost()
public net.thevpc.nuts.util.NOptional<String> getRemoteTheVpcSshConnection()
public void setRemoteTheVpcSshConnection(String remoteTheVpcSshConnection)
public String getRemoteTheVpcSshUser()
public void loadConfig(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
Copyright © 2026 vpc open source initiative. All rights reserved.