C# 클래스 Microsoft.WindowsAzure.Management.Websites.Test.UnitTests.Services.GithubClientAccessor

상속: GithubClient
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
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