Class CfgTemplate
- java.lang.Object
-
- de.gematik.test.tiger.common.data.config.CfgTemplate
-
-
Constructor Summary
Constructors Constructor Description CfgTemplate()
-
Method Summary
-
-
-
Method Detail
-
getTemplateName
public String getTemplateName()
-
getType
public TigerServerType getType()
-
getVersion
public String getVersion()
-
getStartupTimeoutSec
public Integer getStartupTimeoutSec()
-
isActive
public boolean isActive()
-
getHealthcheckUrl
public String getHealthcheckUrl()
-
getHealthcheckReturnCode
public Integer getHealthcheckReturnCode()
-
getLogFile
public String getLogFile()
-
getExternalJarOptions
public CfgExternalJarOptions getExternalJarOptions()
-
getDockerOptions
public CfgDockerOptions getDockerOptions()
-
getTigerProxyCfg
public TigerProxyConfiguration getTigerProxyCfg()
-
getHelmChartOptions
public CfgHelmChartOptions getHelmChartOptions()
-
getEnvironment
public List<String> getEnvironment()
list of env vars to be set for docker, external Jar/TigerProxy
-
getUrlMappings
public List<String> getUrlMappings()
mappings for local tiger proxy to be set when this server is active
-
getExports
public List<String> getExports()
properties to be exported to subsequent nodes as env vars and set as system properties to current jvm
-
setTemplateName
public void setTemplateName(String templateName)
-
setType
public void setType(TigerServerType type)
-
setVersion
public void setVersion(String version)
-
setStartupTimeoutSec
public void setStartupTimeoutSec(Integer startupTimeoutSec)
-
setActive
public void setActive(boolean active)
-
setHealthcheckUrl
public void setHealthcheckUrl(String healthcheckUrl)
-
setHealthcheckReturnCode
public void setHealthcheckReturnCode(Integer healthcheckReturnCode)
-
setLogFile
public void setLogFile(String logFile)
-
setExternalJarOptions
public void setExternalJarOptions(CfgExternalJarOptions externalJarOptions)
-
setDockerOptions
public void setDockerOptions(CfgDockerOptions dockerOptions)
-
setTigerProxyCfg
public void setTigerProxyCfg(TigerProxyConfiguration tigerProxyCfg)
-
setHelmChartOptions
public void setHelmChartOptions(CfgHelmChartOptions helmChartOptions)
-
setEnvironment
public void setEnvironment(List<String> environment)
list of env vars to be set for docker, external Jar/TigerProxy
-
canEqual
protected boolean canEqual(Object other)
-
-