C# Class Leeroy.Overseer

显示文件 Open project: LogosBible/Leeroy Class Usage Examples

Public Methods

Method Description
Overseer ( CancellationToken token, BuildServerClient buildServerClient, GitHubClient gitHubClient, string user, string repo, string branch ) : System
Run ( object obj ) : void

Private Methods

Method Description
CreateWatchers ( IEnumerable projects ) : void
LoadConfiguration ( ) : List

Method Details

Overseer() public method

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
return System

Run() public method

public Run ( object obj ) : void
obj object
return void