C# Класс Microsoft.WindowsAzure.Management.Websites.Test.UnitTests.Services.GithubClientAccessor

Наследование: GithubClient
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateOrUpdateHookAccessor ( string owner, string repository, Site website ) : void
GetRepositoriesAccessor ( ) : IList
GithubClientAccessor ( IGithubCmdlet pscmdlet, System.Management.Automation.PSCredential githubCredentials, string githubRepository ) : System

Описание методов

CreateOrUpdateHookAccessor() публичный Метод

public CreateOrUpdateHookAccessor ( string owner, string repository, Site website ) : void
owner string
repository string
website Site
Результат void

GetRepositoriesAccessor() публичный Метод

public GetRepositoriesAccessor ( ) : IList
Результат IList

GithubClientAccessor() публичный Метод

public GithubClientAccessor ( IGithubCmdlet pscmdlet, System.Management.Automation.PSCredential githubCredentials, string githubRepository ) : System
pscmdlet IGithubCmdlet
githubCredentials System.Management.Automation.PSCredential
githubRepository string
Результат System