C# Class pocorall.SCM_Notifier.SvnRepository

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

Méthodes publiques

Méthode Description
BeginUpdateSilently ( ) : void
Commit ( ) : void
GetRepositoryCommitedRevision ( ) : int
GetRepositoryHeadRevision ( ) : int
GetStatus ( ) : ScmRepositoryStatus
OpenChangeLogWindow ( bool updateRevisions ) : void
OpenLogWindow ( ) : void
SvnRepository ( string path, PathType type ) : System
Update ( bool updateAll ) : void

This method waits until updating will finish

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

OpenChangeLogWindow() public méthode

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

OpenLogWindow() public méthode

public OpenLogWindow ( ) : void
Résultat void

SvnRepository() public méthode

public SvnRepository ( string path, PathType type ) : System
path string
type PathType
Résultat System

Update() public méthode

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