C# 클래스 Forseti.AppVeyor.BuildWorkerApi

상속: Forseti.AppVeyor.IBuildWorkerApi
파일 보기 프로젝트 열기: dolittle/Forseti

공개 메소드들

메소드 설명
AddTest ( string testName, string testFramework, string fileName, string outcome, long durationMilliseconds, string errorMessage, string errorStackTrace, string stdOut, string stdErr ) : void
BuildWorkerApi ( ) : System
UpdateTest ( string testName, string testFramework, string fileName, string outcome, long durationMilliseconds, string errorMessage, string errorStackTrace, string stdOut, string stdErr ) : void

비공개 메소드들

메소드 설명
GetApiUrl ( ) : string
GetClient ( ) : WebClient
Json ( object data ) : byte[]
TrimStdOut ( string str ) : string

메소드 상세

AddTest() 공개 메소드

public AddTest ( string testName, string testFramework, string fileName, string outcome, long durationMilliseconds, string errorMessage, string errorStackTrace, string stdOut, string stdErr ) : void
testName string
testFramework string
fileName string
outcome string
durationMilliseconds long
errorMessage string
errorStackTrace string
stdOut string
stdErr string
리턴 void

BuildWorkerApi() 공개 메소드

public BuildWorkerApi ( ) : System
리턴 System

UpdateTest() 공개 메소드

public UpdateTest ( string testName, string testFramework, string fileName, string outcome, long durationMilliseconds, string errorMessage, string errorStackTrace, string stdOut, string stdErr ) : void
testName string
testFramework string
fileName string
outcome string
durationMilliseconds long
errorMessage string
errorStackTrace string
stdOut string
stdErr string
리턴 void