C# Class Goose.Core.Action.PowerShell.PowerShellTaskFactory

Inheritance: IPowerShellTaskFactory
Afficher le fichier Open project: sebastianhallen/Goose

Méthodes publiques

Méthode Description
Create ( ShellCommand command ) : System.Threading.Tasks.Task
PowerShellTaskFactory ( IOutputService outputService, ICommandErrorReporter errorReporter, ICommandLogParser logParser ) : System
PowerShellTaskFactory ( IOutputService outputService, ICommandErrorReporter errorReporter, ICommandLogParser logParser, IShellCommandRunner commandRunner ) : System

Method Details

Create() public méthode

public Create ( ShellCommand command ) : System.Threading.Tasks.Task
command ShellCommand
Résultat System.Threading.Tasks.Task

PowerShellTaskFactory() public méthode

public PowerShellTaskFactory ( IOutputService outputService, ICommandErrorReporter errorReporter, ICommandLogParser logParser ) : System
outputService IOutputService
errorReporter ICommandErrorReporter
logParser ICommandLogParser
Résultat System

PowerShellTaskFactory() public méthode

public PowerShellTaskFactory ( IOutputService outputService, ICommandErrorReporter errorReporter, ICommandLogParser logParser, IShellCommandRunner commandRunner ) : System
outputService IOutputService
errorReporter ICommandErrorReporter
logParser ICommandLogParser
commandRunner IShellCommandRunner
Résultat System