Interface ServletTarget
- All Superinterfaces:
DeployTarget
Deployment of contents using the FirstSpirit deployment servlet (e.g. used to deploy contents into a local file system remotely)
- Since:
- 4.0.17
-
Method Summary
Modifier and TypeMethodDescriptionThe host used for http proxy.The login used for http proxy.The password used for http proxy login.intThe port used for http proxy.getLogin()The login nameThe password, used for loginThe url where deployment servlet is storedlongReturns the timeout in milliseconds.booleanReturnstrueif http proxy should be used,falseotherwise (default).voidsetHttpProxyHost(String value) Sets the port used for http proxy.voidsetHttpProxyLogin(String value) Set the login used for http proxy.voidsetHttpProxyPassword(String value) Set the password used for http proxy login.voidsetHttpProxyPort(int value) Set the port used for http proxy.voidSet the login namevoidsetPassword(String value) Set the password used for loginvoidsetServletUrl(String value) Set the url where deployment servlet is storedvoidsetTimeout(long value) Provide the timeout in milliseconds.voidsetUseHttpProxy(boolean value) Providetrueif http proxy should be used,falseotherwise (default).Methods inherited from interface de.espirit.firstspirit.access.schedule.DeployTarget
checkParams, createWebServerConfiguration, getPath, getTargetType, getWebServerConfiguration, setPath
-
Method Details
-
getServletUrl
String getServletUrl()The url where deployment servlet is stored- Since:
- 4.0.17
-
setServletUrl
Set the url where deployment servlet is stored- Parameters:
value- the url where deployment servlet is stored- Since:
- 4.0.17
-
getTimeout
long getTimeout()Returns the timeout in milliseconds.- Since:
- 4.0.17
-
setTimeout
void setTimeout(long value) Provide the timeout in milliseconds.- Since:
- 4.0.17
-
getLogin
String getLogin()The login name- Since:
- 4.0.17
-
setLogin
Set the login name- Parameters:
value- the login name- Since:
- 4.0.17
-
getPassword
String getPassword()The password, used for login- Since:
- 4.0.17
-
setPassword
Set the password used for login- Parameters:
value- the password used for login- Since:
- 4.0.17
-
getUseHttpProxy
boolean getUseHttpProxy()Returnstrueif http proxy should be used,falseotherwise (default).- Since:
- 4.0.17
-
setUseHttpProxy
void setUseHttpProxy(boolean value) Providetrueif http proxy should be used,falseotherwise (default).- Parameters:
value-trueif http proxy should be used,falseotherwise (default)- Since:
- 4.0.17
-
getHttpProxyHost
String getHttpProxyHost()The host used for http proxy.- Since:
- 4.0.17
-
setHttpProxyHost
Sets the port used for http proxy.- Since:
- 4.0.17
-
getHttpProxyPort
int getHttpProxyPort()The port used for http proxy.- Since:
- 4.0.17
-
setHttpProxyPort
void setHttpProxyPort(int value) Set the port used for http proxy.- Parameters:
value- the port used for http proxy- Since:
- 4.0.17
-
getHttpProxyLogin
String getHttpProxyLogin()The login used for http proxy.- Since:
- 4.0.17
-
setHttpProxyLogin
Set the login used for http proxy.- Parameters:
value- the login used for http proxy- Since:
- 4.0.17
-
getHttpProxyPassword
String getHttpProxyPassword()The password used for http proxy login.- Since:
- 4.0.17
-
setHttpProxyPassword
Set the password used for http proxy login.- Parameters:
value- the password used for http proxy login- Since:
- 4.0.17
-