Пример #1
0
 public GitCloneOrPull(
     SshStep pstep,
     CmdGit cmdGit)
 {
     this.pstep  = pstep;
     this.cmdGit = cmdGit;
 }
Пример #2
0
 public AddGitToBuild(
     SshStep pstep,
     IGit git)
 {
     this.pstep = pstep;
     this.git   = git;
 }
Пример #3
0
 public InstallTraefikCmd(
     SshStep pstep,
     CmdTraefik cmdTraefik)
 {
     this.pstep      = pstep;
     this.cmdTraefik = cmdTraefik;
 }
Пример #4
0
 public InstallDockerCmd(
     SshStep pstep,
     CmdDocker sshDocker)
 {
     this.pstep     = pstep;
     this.cmdDocker = sshDocker;
 }
Пример #5
0
 public DockerBuildCmd(
     SshStep pstep,
     CmdDocker cmdDocker)
 {
     this.pstep     = pstep;
     this.cmdDocker = cmdDocker;
 }
Пример #6
0
 public InstallVaultCmd(
     SshStep pstep,
     CmdVault cmdVault,
     IVaultSealKeys vaultSealKeys)
 {
     this.pstep         = pstep;
     this.cmdVault      = cmdVault;
     this.vaultSealKeys = vaultSealKeys;
 }