Esempio n. 1
0
 public InstallCA(
     ShellHelper shellHelper,
     ICiLibCiDataDirectory cidataDir)
 {
     this.shellHelper = shellHelper;
     this.cidataDir   = cidataDir;
 }
Esempio n. 2
0
 public InstallTraefik(
     DockerWrapper dockerWrapper,
     ICiLibCiDataDirectory cidataDir)
 {
     this.dockerWrapper = dockerWrapper;
     this.cidataDir     = cidataDir;
 }
Esempio n. 3
0
 public InstallRegistry(
     DockerWrapper dockerWrapper,
     ShellHelper shellHelper,
     ICiLibCiDataDirectory cidataDir)
 {
     this.dockerWrapper = dockerWrapper;
     this.shellHelper   = shellHelper;
     this.cidataDir     = cidataDir;
 }