C# 클래스 Sep.Git.Tfs.Commands.Init

상속: GitTfsCommand
파일 보기 프로젝트 열기: pmiossec/git-tfs 1 사용 예제들

공개 메소드들

메소드 설명
HideUserCredentials ( string commandLineRun ) : string
Init ( RemoteOptions remoteOptions, InitOptions initOptions, Globals globals, IGitHelpers gitHelper ) : System
Run ( string tfsUrl, string tfsRepositoryPath ) : int
Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int

비공개 메소드들

메소드 설명
BuildInitCommand ( ) : string[]
CommitTheGitIgnoreFile ( string pathToGitIgnoreFile ) : void
DoGitInitDb ( ) : void
GitTfsInit ( string tfsUrl, string tfsRepositoryPath ) : void
InitSubdir ( string repositoryPath ) : void

메소드 상세

HideUserCredentials() 공개 정적인 메소드

public static HideUserCredentials ( string commandLineRun ) : string
commandLineRun string
리턴 string

Init() 공개 메소드

public Init ( RemoteOptions remoteOptions, InitOptions initOptions, Globals globals, IGitHelpers gitHelper ) : System
remoteOptions RemoteOptions
initOptions InitOptions
globals Globals
gitHelper IGitHelpers
리턴 System

Run() 공개 메소드

public Run ( string tfsUrl, string tfsRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
리턴 int

Run() 공개 메소드

public Run ( string tfsUrl, string tfsRepositoryPath, string gitRepositoryPath ) : int
tfsUrl string
tfsRepositoryPath string
gitRepositoryPath string
리턴 int