public GitCloneOrPull( SshStep pstep, CmdGit cmdGit) { this.pstep = pstep; this.cmdGit = cmdGit; }
public AddGitToBuild( SshStep pstep, IGit git) { this.pstep = pstep; this.git = git; }
public InstallTraefikCmd( SshStep pstep, CmdTraefik cmdTraefik) { this.pstep = pstep; this.cmdTraefik = cmdTraefik; }
public InstallDockerCmd( SshStep pstep, CmdDocker sshDocker) { this.pstep = pstep; this.cmdDocker = sshDocker; }
public DockerBuildCmd( SshStep pstep, CmdDocker cmdDocker) { this.pstep = pstep; this.cmdDocker = cmdDocker; }
public InstallVaultCmd( SshStep pstep, CmdVault cmdVault, IVaultSealKeys vaultSealKeys) { this.pstep = pstep; this.cmdVault = cmdVault; this.vaultSealKeys = vaultSealKeys; }