public DeploymentManager(IPathServices pathServices, IDeploymentAgentFactory deploymentAgentFactory, IProjectTestRunnerFactory projectTestRunnerFactory, IVariableProcessorFactory variableProcessorFactory) { this.pathServices = pathServices; this.deploymentAgentFactory = deploymentAgentFactory; this.projectTestRunnerFactory = projectTestRunnerFactory; this.variableProcessorFactory = variableProcessorFactory; }
public DeploymentAgentFactory(IVariableProcessorFactory variableProcessorFactory) { this.variableProcessorFactory = variableProcessorFactory; }