public InstallTraefik( DockerWrapper dockerWrapper, ICiLibCiDataDirectory cidataDir) { this.dockerWrapper = dockerWrapper; this.cidataDir = cidataDir; }
public BuildWebApp1( DockerWrapper dockerWrapper, IGit gitHelper, TarHelper tarHelper) { this.dockerWrapper = dockerWrapper; this.git = gitHelper; this.tarHelper = tarHelper; }
public InstallRegistry( DockerWrapper dockerWrapper, ShellHelper shellHelper, ICiLibCiDataDirectory cidataDir) { this.dockerWrapper = dockerWrapper; this.shellHelper = shellHelper; this.cidataDir = cidataDir; }
public InstallVault(DockerWrapper dockerWrapper) { this.dockerWrapper = dockerWrapper; }