C# Class pocorall.SCM_Notifier.GitRepository

Inheritance: ScmRepository
Afficher le fichier Open project: pocorall/scm-notifier

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GitRepository ( ) : System
IsGitExtensions ( string path ) : bool
IsNeedUpdate ( string str ) : bool
IsTortoiseGit ( string path ) : bool
isModified ( string response ) : bool

Method Details

BeginUpdateSilently() public méthode

public BeginUpdateSilently ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

GetRepositoryCommitedRevision() public méthode

public GetRepositoryCommitedRevision ( ) : int
Résultat int

GetRepositoryHeadRevision() public méthode

public GetRepositoryHeadRevision ( ) : int
Résultat int

GetStatus() public méthode

public GetStatus ( ) : ScmRepositoryStatus
Résultat ScmRepositoryStatus

GitRepository() public méthode

public GitRepository ( string path ) : System
path string
Résultat System

IsGitRepositoryDir() public static méthode

public static IsGitRepositoryDir ( string dir ) : bool
dir string
Résultat bool

OpenChangeLogWindow() public méthode

public OpenChangeLogWindow ( bool updateRevisions ) : void
updateRevisions bool
Résultat void

OpenFetchWindow() public méthode

public OpenFetchWindow ( ) : void
Résultat void

OpenLogWindow() public méthode

public OpenLogWindow ( ) : void
Résultat void

Update() public méthode

This method waits until updating will finish
public Update ( bool updateAll ) : void
updateAll bool
Résultat void