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()setActive(boolean active) setDependsUpon(String dependsUpon) References another server which has to be booted prior to this.setEnvironment(List<String> environment) list of env vars to be set for docker, external Jar/TigerProxysetExternalJarOptions(CfgExternalJarOptions externalJarOptions) setHealthcheckReturnCode(Integer healthcheckReturnCode) setHealthcheckUrl(String healthcheckUrl) setHelmChartOptions(CfgHelmChartOptions helmChartOptions) setHostname(String hostname) setLogFile(String logFile) setStartupPollIntervalMs(Integer startupPollIntervalMs) setStartupTimeoutSec(Integer startupTimeoutSec) setTigerProxyConfiguration(TigerProxyConfiguration tigerProxyConfiguration) setUiRank(int uiRank) setVersion(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
- Returns:
this.
-
setType
- Returns:
this.
-
setDependsUpon
References another server which has to be booted prior to this. Multiple servers can be referenced, divided by comma.- Returns:
this.
-
setSource
- Returns:
this.
-
setVersion
- Returns:
this.
-
setStartupTimeoutSec
- Returns:
this.
-
setStartupPollIntervalMs
- Returns:
this.
-
setActive
- Returns:
this.
-
setHealthcheckUrl
- Returns:
this.
-
setHealthcheckReturnCode
- Returns:
this.
-
setLogFile
- Returns:
this.
-
setExternalJarOptions
- Returns:
this.
-
setTigerProxyConfiguration
- Returns:
this.
-
setHelmChartOptions
- Returns:
this.
-
setEnvironment
list of env vars to be set for docker, external Jar/TigerProxy- Returns:
this.
-
setUiRank
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-