public class NutsBuildRunnerContext extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
String |
remoteTheVpcSshHost |
String |
remoteTheVpcSshUser |
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> |
getRemoteTheVpcSshConnexion() |
net.thevpc.nuts.util.NOptional<String> |
getRemoteTheVpcSshHost() |
String |
getRemoteTheVpcSshUser() |
void |
loadConfig(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
void |
setRemoteTheVpcSshConnexion(String remoteTheVpcSshConnexion) |
void |
setRemoteTheVpcSshHost(String remoteTheVpcSshHost) |
void |
setRemoteTheVpcSshUser(String remoteUser) |
void |
setVar(String key,
String value) |
Function<String,Object> |
varMapper() |
public String home
public String remoteTheVpcSshUser
public String remoteTheVpcSshHost
public net.thevpc.nuts.io.NPath nutsRootFolder
public boolean publish
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 void setRemoteTheVpcSshHost(String remoteTheVpcSshHost)
public net.thevpc.nuts.util.NOptional<String> getRemoteTheVpcSshConnexion()
public void setRemoteTheVpcSshConnexion(String remoteTheVpcSshConnexion)
public String getRemoteTheVpcSshUser()
public void setRemoteTheVpcSshUser(String remoteUser)
public void loadConfig(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
Copyright © 2025 vpc open source initiative. All rights reserved.