Метод | Описание | |
---|---|---|
GetHooks ( string repoName ) : string>.Dictionary |
Gets the hooks associated with the repo
|
|
GetOAuthToken ( string accountName, string repoName ) : void |
Gets a new oauth token for an application
|
|
GetRepositories ( string uri = "https://api.github.com/user/repos" ) : string>.Dictionary |
Used to get all of the repos from Github
|
|
GithubClient ( IWebsiteRequestHelper helper ) : System | ||
SetServiceHook ( string publishingUsername, string publishingPassword, string azureRepoName, string accountName, string repoName ) : string |
Sets the service hook to allow the azure remote repo to connect and deploy
|
|
TestServiceHook ( string hook ) : void |
Tests any service hook
|
public GetHooks ( string repoName ) : string>.Dictionary |
||
repoName | string | |
Результат | string>.Dictionary |
public GetOAuthToken ( string accountName, string repoName ) : void | ||
accountName | string | |
repoName | string | |
Результат | void |
public GetRepositories ( string uri = "https://api.github.com/user/repos" ) : string>.Dictionary |
||
uri | string | |
Результат | string>.Dictionary |
public GithubClient ( IWebsiteRequestHelper helper ) : System | ||
helper | IWebsiteRequestHelper | |
Результат | System |
public SetServiceHook ( string publishingUsername, string publishingPassword, string azureRepoName, string accountName, string repoName ) : string | ||
publishingUsername | string | |
publishingPassword | string | |
azureRepoName | string | |
accountName | string | |
repoName | string | |
Результат | string |
public TestServiceHook ( string hook ) : void | ||
hook | string | |
Результат | void |