Class CfgDockerOptions
- java.lang.Object
-
- de.gematik.test.tiger.common.data.config.CfgDockerOptions
-
public class CfgDockerOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description CfgDockerOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEntryPoint()for docker types allows to overwrite the entrypoint cmd configured with in the containerMap<Integer,Integer>getPorts()used only by dockerList<String>getServiceHealthchecks()inthashCode()booleanisOneShot()For docker type to trigger OneShotStartupStrategybooleanisProxied()whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypointvoidsetEntryPoint(String entryPoint)for docker types allows to overwrite the entrypoint cmd configured with in the containervoidsetOneShot(boolean oneShot)For docker type to trigger OneShotStartupStrategyvoidsetPorts(Map<Integer,Integer> ports)used only by dockervoidsetProxied(boolean proxied)whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypointvoidsetServiceHealthchecks(List<String> serviceHealthchecks)StringtoString()
-
-
-
Method Detail
-
isProxied
public boolean isProxied()
whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypoint
-
isOneShot
public boolean isOneShot()
For docker type to trigger OneShotStartupStrategy
-
getEntryPoint
public String getEntryPoint()
for docker types allows to overwrite the entrypoint cmd configured with in the container
-
setProxied
public void setProxied(boolean proxied)
whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypoint
-
setOneShot
public void setOneShot(boolean oneShot)
For docker type to trigger OneShotStartupStrategy
-
setEntryPoint
public void setEntryPoint(String entryPoint)
for docker types allows to overwrite the entrypoint cmd configured with in the container
-
canEqual
protected boolean canEqual(Object other)
-
-