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