public PiloteCiexeBuild( PiloteStep pstep, SshCiexe sshCiexe) { this.pstep = pstep; this.sshCiexe = sshCiexe; }
public PiloteInstallDotNetCoreSdk( PiloteStep pstep, SshCiexe sshCiexe) { this.pstep = pstep; this.sshCiexe = sshCiexe; }
public PiloteCiexeSource( PiloteStep pstep, SshCiexe sshCiexe) { this.pstep = pstep; this.sshCiexe = sshCiexe; }
public PiloteInstallMirrorRegistry( PiloteStep pstep, SshMirrorRegistry sshMirrorRegistry) { this.pstep = pstep; this.sshMirrorRegistry = sshMirrorRegistry; }
public PiloteInstallDocker( PiloteStep pstep, CmdDocker cmdDocker) { this.pstep = pstep; this.cmdDocker = cmdDocker; }
public PiloteInstallCA( PiloteStep pstep) { this.pstep = pstep; }
public PiloteInstallVault( PiloteStep pstep) { this.pstep = pstep; }
public PiloteInstallPrivateRegistry( PiloteStep pstep, SshCiexe sshPrivateRegistry) { }