public WoaDeployer(IScriptRunner scriptRunner, IScriptParser parser, ITooling tooling, IPhone phone) { this.scriptRunner = scriptRunner; this.parser = parser; this.tooling = tooling; this.phone = phone; }
public WoaDeployer(IScriptRunner scriptRunner, IScriptParser parser, ITooling tooling, IFileSystemOperations fileSystemOperations) { this.scriptRunner = scriptRunner; this.parser = parser; this.tooling = tooling; this.fileSystemOperations = fileSystemOperations; }
public WoaDeployer(IScriptRunner scriptRunner, IScriptParser parser, ITooling tooling, IPhone phone, IDeploymentContext context, IFileSystemOperations fileSystemOperations) { this.scriptRunner = scriptRunner; this.parser = parser; this.tooling = tooling; this.phone = phone; this.context = context; this.fileSystemOperations = fileSystemOperations; }