public class ConfigureBootstrapCommand extends BaseConfigureCommand implements SatelliteConfigurator
| Constructor and Description | 
|---|
| ConfigureBootstrapCommand(User userIn)Construct new ConfigureBootstrapCommand | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Boolean | getAllowConfigActions() | 
| java.lang.Boolean | getAllowRemoteCommands() | 
| java.lang.Boolean | getEnableGpg() | 
| java.lang.Boolean | getEnableSsl() | 
| java.lang.String | getHostname() | 
| java.lang.String | getHttpProxy() | 
| java.lang.String | getHttpProxyPassword() | 
| java.lang.String | getHttpProxyUsername() | 
| java.lang.String | getSslPath() | 
| void | setAllowConfigActions(java.lang.Boolean allowConfigActionsIn) | 
| void | setAllowRemoteCommands(java.lang.Boolean allowRemoteCommandsIn) | 
| void | setEnableGpg(java.lang.Boolean enableGpgIn) | 
| void | setEnableSsl(java.lang.Boolean enableSslIn) | 
| void | setHostname(java.lang.String hostnameIn) | 
| void | setHttpProxy(java.lang.String httpProxyIn) | 
| void | setHttpProxyPassword(java.lang.String httpProxyPasswordIn) | 
| void | setHttpProxyUsername(java.lang.String httpProxyUsernameIn) | 
| void | setSslPath(java.lang.String sslPathIn) | 
| ValidatorError[] | storeConfiguration()Store the configuration to the machine | 
getExecutor, getUserpublic ConfigureBootstrapCommand(User userIn)
userIn - who wants to reconfig the bootstrap scriptpublic ValidatorError[] storeConfiguration()
storeConfiguration in interface SatelliteConfiguratorpublic java.lang.Boolean getAllowConfigActions()
public void setAllowConfigActions(java.lang.Boolean allowConfigActionsIn)
allowConfigActionsIn - The allowConfigActions to set.public java.lang.Boolean getAllowRemoteCommands()
public void setAllowRemoteCommands(java.lang.Boolean allowRemoteCommandsIn)
allowRemoteCommandsIn - The allowRemoteCommands to set.public java.lang.Boolean getEnableGpg()
public void setEnableGpg(java.lang.Boolean enableGpgIn)
enableGpgIn - The enableGpg to set.public java.lang.Boolean getEnableSsl()
public void setEnableSsl(java.lang.Boolean enableSslIn)
enableSslIn - The enableSsl to set.public java.lang.String getHostname()
public void setHostname(java.lang.String hostnameIn)
hostnameIn - The hostname to set.public java.lang.String getHttpProxy()
public void setHttpProxy(java.lang.String httpProxyIn)
httpProxyIn - The httpProxy to set.public java.lang.String getHttpProxyPassword()
public void setHttpProxyPassword(java.lang.String httpProxyPasswordIn)
httpProxyPasswordIn - The httpProxyPassword to set.public java.lang.String getHttpProxyUsername()
public void setHttpProxyUsername(java.lang.String httpProxyUsernameIn)
httpProxyUsernameIn - The httpProxyUsername to set.public java.lang.String getSslPath()
public void setSslPath(java.lang.String sslPathIn)
sslPathIn - The sslPath to set.