Ejemplo n.º 1
0
 public WoaDeployer(IScriptRunner scriptRunner, IScriptParser parser, ITooling tooling, IPhone phone)
 {
     this.scriptRunner = scriptRunner;
     this.parser       = parser;
     this.tooling      = tooling;
     this.phone        = phone;
 }
Ejemplo n.º 2
0
 public WoaDeployer(IScriptRunner scriptRunner, IScriptParser parser, ITooling tooling,
                    IFileSystemOperations fileSystemOperations)
 {
     this.scriptRunner         = scriptRunner;
     this.parser               = parser;
     this.tooling              = tooling;
     this.fileSystemOperations = fileSystemOperations;
 }
Ejemplo n.º 3
0
 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;
 }