C# 클래스 Goose.Core.Output.CommandErrorReporter

상속: ICommandErrorReporter
파일 보기 프로젝트 열기: sebastianhallen/Goose

공개 메소드들

메소드 설명
CommandErrorReporter ( IErrorTaskHandler errorTaskHandler, ICommandLogParser logParser ) : System
Report ( ShellCommand command, CommandResult result ) : void

비공개 메소드들

메소드 설명
BuildErrorTask ( ShellCommand command, string content ) : IEnumerable

메소드 상세

CommandErrorReporter() 공개 메소드

public CommandErrorReporter ( IErrorTaskHandler errorTaskHandler, ICommandLogParser logParser ) : System
errorTaskHandler IErrorTaskHandler
logParser ICommandLogParser
리턴 System

Report() 공개 메소드

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