Class CfgServer
java.lang.Object
de.gematik.test.tiger.testenvmgr.config.CfgServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanReferences another server which has to be booted prior to this.list of env vars to be set for docker, external Jar/TigerProxyproperties to be exported to subsequent nodes as env vars and set as system properties to current jvmgetType()intmappings for local tiger proxy to be set when this server is activeinthashCode()booleanisActive()voidsetActive(boolean active) voidsetDependsUpon(String dependsUpon) References another server which has to be booted prior to this.voidsetEnvironment(List<String> environment) list of env vars to be set for docker, external Jar/TigerProxyvoidsetExternalJarOptions(CfgExternalJarOptions externalJarOptions) voidsetHealthcheckReturnCode(Integer healthcheckReturnCode) voidsetHealthcheckUrl(String healthcheckUrl) voidsetHelmChartOptions(CfgHelmChartOptions helmChartOptions) voidsetHostname(String hostname) voidsetLogFile(String logFile) voidvoidsetStartupPollIntervalMs(Integer startupPollIntervalMs) voidsetStartupTimeoutSec(Integer startupTimeoutSec) voidsetTigerProxyConfiguration(TigerProxyConfiguration tigerProxyConfiguration) voidvoidsetUiRank(int uiRank) voidsetVersion(String version) toString()
-
Constructor Details
-
CfgServer
public CfgServer()
-
-
Method Details
-
getHostname
-
getType
-
getDependsUpon
References another server which has to be booted prior to this. Multiple servers can be referenced, divided by comma. -
getSource
-
getVersion
-
getStartupTimeoutSec
-
getStartupPollIntervalMs
-
isActive
public boolean isActive() -
getHealthcheckUrl
-
getHealthcheckReturnCode
-
getLogFile
-
getExternalJarOptions
-
getTigerProxyConfiguration
-
getHelmChartOptions
-
getEnvironment
list of env vars to be set for docker, external Jar/TigerProxy -
getUrlMappings
mappings for local tiger proxy to be set when this server is active -
getExports
properties to be exported to subsequent nodes as env vars and set as system properties to current jvm -
getUiRank
public int getUiRank() -
setHostname
-
setType
-
setDependsUpon
References another server which has to be booted prior to this. Multiple servers can be referenced, divided by comma. -
setSource
-
setVersion
-
setStartupTimeoutSec
-
setStartupPollIntervalMs
-
setActive
public void setActive(boolean active) -
setHealthcheckUrl
-
setHealthcheckReturnCode
-
setLogFile
-
setExternalJarOptions
-
setTigerProxyConfiguration
-
setHelmChartOptions
-
setEnvironment
list of env vars to be set for docker, external Jar/TigerProxy -
setUiRank
public void setUiRank(int uiRank) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-