C# Class Leeroy.Overseer

Afficher le fichier Open project: LogosBible/Leeroy Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CreateWatchers ( IEnumerable projects ) : void
LoadConfiguration ( ) : List

Method Details

Overseer() public méthode

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
Résultat System

Run() public méthode

public Run ( object obj ) : void
obj object
Résultat void