C# 클래스 pocorall.SCM_Notifier.GitRepository

상속: ScmRepository
파일 보기 프로젝트 열기: pocorall/scm-notifier

공개 메소드들

메소드 설명
BeginUpdateSilently ( ) : void
Commit ( ) : void
GetRepositoryCommitedRevision ( ) : int
GetRepositoryHeadRevision ( ) : int
GetStatus ( ) : ScmRepositoryStatus
GitRepository ( string path ) : System
IsGitRepositoryDir ( string dir ) : bool
OpenChangeLogWindow ( bool updateRevisions ) : void
OpenFetchWindow ( ) : void
OpenLogWindow ( ) : void
Update ( bool updateAll ) : void

This method waits until updating will finish

비공개 메소드들

메소드 설명
GitRepository ( ) : System
IsGitExtensions ( string path ) : bool
IsNeedUpdate ( string str ) : bool
IsTortoiseGit ( string path ) : bool
isModified ( string response ) : bool

메소드 상세

BeginUpdateSilently() 공개 메소드

public BeginUpdateSilently ( ) : void
리턴 void

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

GetRepositoryCommitedRevision() 공개 메소드

public GetRepositoryCommitedRevision ( ) : int
리턴 int

GetRepositoryHeadRevision() 공개 메소드

public GetRepositoryHeadRevision ( ) : int
리턴 int

GetStatus() 공개 메소드

public GetStatus ( ) : ScmRepositoryStatus
리턴 ScmRepositoryStatus

GitRepository() 공개 메소드

public GitRepository ( string path ) : System
path string
리턴 System

IsGitRepositoryDir() 공개 정적인 메소드

public static IsGitRepositoryDir ( string dir ) : bool
dir string
리턴 bool

OpenChangeLogWindow() 공개 메소드

public OpenChangeLogWindow ( bool updateRevisions ) : void
updateRevisions bool
리턴 void

OpenFetchWindow() 공개 메소드

public OpenFetchWindow ( ) : void
리턴 void

OpenLogWindow() 공개 메소드

public OpenLogWindow ( ) : void
리턴 void

Update() 공개 메소드

This method waits until updating will finish
public Update ( bool updateAll ) : void
updateAll bool
리턴 void