C# Class Microsoft.WindowsAzure.Management.Websites.Test.UnitTests.Services.GithubClientAccessor

Inheritance: GithubClient
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Méthodes publiques

Méthode Description
CreateOrUpdateHookAccessor ( string owner, string repository, Site website ) : void
GetRepositoriesAccessor ( ) : IList
GithubClientAccessor ( IGithubCmdlet pscmdlet, System.Management.Automation.PSCredential githubCredentials, string githubRepository ) : System

Method Details

CreateOrUpdateHookAccessor() public méthode

public CreateOrUpdateHookAccessor ( string owner, string repository, Site website ) : void
owner string
repository string
website Site
Résultat void

GetRepositoriesAccessor() public méthode

public GetRepositoriesAccessor ( ) : IList
Résultat IList

GithubClientAccessor() public méthode

public GithubClientAccessor ( IGithubCmdlet pscmdlet, System.Management.Automation.PSCredential githubCredentials, string githubRepository ) : System
pscmdlet IGithubCmdlet
githubCredentials System.Management.Automation.PSCredential
githubRepository string
Résultat System