C# 클래스 Config.GitClient

파일 보기 프로젝트 열기: TargetProcess/DevOpsTask

공개 메소드들

메소드 설명
Close ( ) : void
Commit ( string message ) : void
Fetch ( ) : void
Push ( ) : void
Push ( string message, Action action ) : void

비공개 메소드들

메소드 설명
Connect ( string rep, string url, string home ) : GitClient
ConnectFromConfig ( ) : GitClient
GitClient ( string rep, NGit.Api.Git git ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Commit() 공개 메소드

public Commit ( string message ) : void
message string
리턴 void

Fetch() 공개 정적인 메소드

public static Fetch ( ) : void
리턴 void

Push() 공개 메소드

public Push ( ) : void
리턴 void

Push() 공개 정적인 메소드

public static Push ( string message, Action action ) : void
message string
action Action
리턴 void