Class CfgDockerOptions
java.lang.Object
de.gematik.test.tiger.common.data.config.CfgDockerOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanfor docker types allows to overwrite the entrypoint cmd configured with in the containergetPorts()used only by dockerinthashCode()booleanFor docker type to trigger OneShotStartupStrategybooleanwhether 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 OneShotStartupStrategyvoidused only by dockervoidsetProxied(boolean proxied) whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypointtoString()
-
Constructor Details
-
CfgDockerOptions
public CfgDockerOptions()
-
-
Method Details
-
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
for docker types allows to overwrite the entrypoint cmd configured with in the container -
getPorts
used only by docker -
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
for docker types allows to overwrite the entrypoint cmd configured with in the container -
setPorts
used only by docker -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-