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

Inheritance: GithubClient
Mostrar archivo Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Public Methods

Method 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 method

public CreateOrUpdateHookAccessor ( string owner, string repository, Site website ) : void
owner string
repository string
website Site
return void

GetRepositoriesAccessor() public method

public GetRepositoriesAccessor ( ) : IList
return IList

GithubClientAccessor() public method

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