C# Class Goose.Core.Output.CommandErrorReporter

Inheritance: ICommandErrorReporter
Datei anzeigen Open project: sebastianhallen/Goose

Public Methods

Method Description
CommandErrorReporter ( IErrorTaskHandler errorTaskHandler, ICommandLogParser logParser ) : System
Report ( ShellCommand command, CommandResult result ) : void

Private Methods

Method Description
BuildErrorTask ( ShellCommand command, string content ) : IEnumerable

Method Details

CommandErrorReporter() public method

public CommandErrorReporter ( IErrorTaskHandler errorTaskHandler, ICommandLogParser logParser ) : System
errorTaskHandler IErrorTaskHandler
logParser ICommandLogParser
return System

Report() public method

public Report ( ShellCommand command, CommandResult result ) : void
command Goose.Core.Action.ShellCommand
result Goose.Core.Action.PowerShell.CommandResult
return void