Méthode | Description | |
---|---|---|
GetBranchesAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers ) : Task |
||
GetCommitsAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers ) : Task |
||
GetContentsAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers, string contentPath ) : Task |
||
GetFollowersAsync ( string login ) : Task |
||
GetFollowingAsync ( string login ) : Task |
||
GetIssuesAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers ) : Task |
||
GetNewsAsync ( ) : Task | ||
GetOrganizationMembersAsync ( string org ) : Task |
||
GetOrganizationsAsync ( string login ) : Task |
||
GetRepositoriesAsync ( string login ) : Task |
||
GetTreeRecursiveAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers, string sha ) : Task |
||
GhService ( IMessageService messageService ) : System |
Méthode | Description | |
---|---|---|
EnsureCredentialsAsync ( ) : Task | ||
ExecuteWithErrorTrappingAsync ( Func func ) : Task |
||
SetLastError ( Exception ex ) : void |
public GetBranchesAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers ) : Task |
||
repositoryIdentifiers | IGitHubRepositoryIdentifiers | |
Résultat | Task |
public GetCommitsAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers ) : Task |
||
repositoryIdentifiers | IGitHubRepositoryIdentifiers | |
Résultat | Task |
public GetContentsAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers, string contentPath ) : Task |
||
repositoryIdentifiers | IGitHubRepositoryIdentifiers | |
contentPath | string | |
Résultat | Task |
public GetFollowersAsync ( string login ) : Task |
||
login | string | |
Résultat | Task |
public GetFollowingAsync ( string login ) : Task |
||
login | string | |
Résultat | Task |
public GetIssuesAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers ) : Task |
||
repositoryIdentifiers | IGitHubRepositoryIdentifiers | |
Résultat | Task |
public GetOrganizationMembersAsync ( string org ) : Task |
||
org | string | |
Résultat | Task |
public GetOrganizationsAsync ( string login ) : Task |
||
login | string | |
Résultat | Task |
public GetRepositoriesAsync ( string login ) : Task |
||
login | string | |
Résultat | Task |
public GetTreeRecursiveAsync ( IGitHubRepositoryIdentifiers repositoryIdentifiers, string sha ) : Task |
||
repositoryIdentifiers | IGitHubRepositoryIdentifiers | |
sha | string | |
Résultat | Task |
public GhService ( IMessageService messageService ) : System | ||
messageService | IMessageService | |
Résultat | System |