C# Class GitLink.Providers.ProviderBase

Inheritance: IProvider
Afficher le fichier Open project: GitTools/GitLink

Méthodes publiques

Méthode Description
GetShaHashOfCurrentBranch ( Context context, TemporaryFilesContext temporaryFilesContext ) : string
Initialize ( string url ) : bool

Méthodes protégées

Méthode Description
ProviderBase ( IRepositoryPreparer repositoryPreparer ) : System

Method Details

GetShaHashOfCurrentBranch() public méthode

public GetShaHashOfCurrentBranch ( Context context, TemporaryFilesContext temporaryFilesContext ) : string
context Context
temporaryFilesContext TemporaryFilesContext
Résultat string

Initialize() public abstract méthode

public abstract Initialize ( string url ) : bool
url string
Résultat bool

ProviderBase() protected méthode

protected ProviderBase ( IRepositoryPreparer repositoryPreparer ) : System
repositoryPreparer IRepositoryPreparer
Résultat System