C# 클래스 PowerDeploy.Server.GitCommandLineWrapper

Library support was not enough, so i had to write this wrapper for the command line.
파일 보기 프로젝트 열기: tobiaszuercher/PowerDeploy 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( string repository ) : void
GitCommandLineWrapper ( string directory, string gitExecutable = "git.exe" ) : System.IO
Init ( ) : void
Pull ( ) : void
PullOrCloneRepository ( string repository ) : void

비공개 메소드들

메소드 설명
ExecuteGitCommand ( string command ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( string repository ) : void
repository string
리턴 void

GitCommandLineWrapper() 공개 메소드

public GitCommandLineWrapper ( string directory, string gitExecutable = "git.exe" ) : System.IO
directory string
gitExecutable string
리턴 System.IO

Init() 공개 메소드

public Init ( ) : void
리턴 void

Pull() 공개 메소드

public Pull ( ) : void
리턴 void

PullOrCloneRepository() 공개 메소드

public PullOrCloneRepository ( string repository ) : void
repository string
리턴 void