C# Class smarx.BlobSync.OneWayGitSync

Inheritance: IOneWaySync
Afficher le fichier Open project: smarx/noderole Class Usage Examples

Méthodes publiques

Méthode Description
Git ( string workingDirectory, string formatString ) : string
OneWayGitSync ( string gitUrl, string localPath ) : System
SyncAll ( ) : void

Method Details

Git() public static méthode

public static Git ( string workingDirectory, string formatString ) : string
workingDirectory string
formatString string
Résultat string

OneWayGitSync() public méthode

public OneWayGitSync ( string gitUrl, string localPath ) : System
gitUrl string
localPath string
Résultat System

SyncAll() public méthode

public SyncAll ( ) : void
Résultat void