C# 클래스 GitHub.Services.RepositoryCloneService

상속: IRepositoryCloneService
파일 보기 프로젝트 열기: github/VisualStudio

공개 메소드들

메소드 설명
CloneRepository ( string cloneUrl, string repositoryName, string repositoryPath ) : IObservable

비공개 메소드들

메소드 설명
GetLocalClonePathFromGitProvider ( string fallbackPath ) : string
RepositoryCloneService ( IOperatingSystem operatingSystem, IVSGitServices vsGitServices ) : System

메소드 상세

CloneRepository() 공개 메소드

public CloneRepository ( string cloneUrl, string repositoryName, string repositoryPath ) : IObservable
cloneUrl string
repositoryName string
repositoryPath string
리턴 IObservable