C# 클래스 Leeroy.Overseer

파일 보기 프로젝트 열기: LogosBible/Leeroy 1 사용 예제들

공개 메소드들

메소드 설명
Overseer ( CancellationToken token, BuildServerClient buildServerClient, GitHubClient gitHubClient, string user, string repo, string branch ) : System
Run ( object obj ) : void

비공개 메소드들

메소드 설명
CreateWatchers ( IEnumerable projects ) : void
LoadConfiguration ( ) : List

메소드 상세

Overseer() 공개 메소드

public Overseer ( CancellationToken token, BuildServerClient buildServerClient, GitHubClient gitHubClient, string user, string repo, string branch ) : System
token System.Threading.CancellationToken
buildServerClient BuildServerClient
gitHubClient GitHubClient
user string
repo string
branch string
리턴 System

Run() 공개 메소드

public Run ( object obj ) : void
obj object
리턴 void