C# Class Kudu.Core.SourceControl.Git.LibGit2SharpRepository

Inheritance: IGitRepository
Afficher le fichier Open project: projectkudu/kudu Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddFile ( string path ) : void
Clean ( ) : void
ClearLock ( ) : void
Commit ( string message, string authorName, string emailAddress ) : bool
CreateOrResetBranch ( string branchName, string startPoint ) : void
DoesBranchContainCommit ( string branchName, string commitOrBranchName ) : bool
FetchWithoutConflict ( string remoteUrl, string branchName ) : void
GetChangeSet ( string id ) : ChangeSet
Initialize ( ) : void
LibGit2SharpRepository ( IEnvironment environment, IDeploymentSettingsManager settings, ITraceFactory tracerFactory ) : System
ListFiles ( string path, SearchOption searchOption ) : IEnumerable
Push ( ) : void
Rebase ( string branchName ) : bool
RebaseAbort ( ) : void
Update ( ) : void
Update ( string id ) : void
UpdateRawRef ( string toBeUpdatedRef, string toBeUpdatedToRef ) : void
UpdateRef ( string toBeUpdatedToAlias ) : void
UpdateSubmodules ( ) : void

Method Details

AddFile() public méthode

public AddFile ( string path ) : void
path string
Résultat void

Clean() public méthode

public Clean ( ) : void
Résultat void

ClearLock() public méthode

public ClearLock ( ) : void
Résultat void

Commit() public méthode

public Commit ( string message, string authorName, string emailAddress ) : bool
message string
authorName string
emailAddress string
Résultat bool

CreateOrResetBranch() public méthode

public CreateOrResetBranch ( string branchName, string startPoint ) : void
branchName string
startPoint string
Résultat void

DoesBranchContainCommit() public méthode

public DoesBranchContainCommit ( string branchName, string commitOrBranchName ) : bool
branchName string
commitOrBranchName string
Résultat bool

FetchWithoutConflict() public méthode

public FetchWithoutConflict ( string remoteUrl, string branchName ) : void
remoteUrl string
branchName string
Résultat void

GetChangeSet() public méthode

public GetChangeSet ( string id ) : ChangeSet
id string
Résultat ChangeSet

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LibGit2SharpRepository() public méthode

public LibGit2SharpRepository ( IEnvironment environment, IDeploymentSettingsManager settings, ITraceFactory tracerFactory ) : System
environment IEnvironment
settings IDeploymentSettingsManager
tracerFactory ITraceFactory
Résultat System

ListFiles() public méthode

public ListFiles ( string path, SearchOption searchOption ) : IEnumerable
path string
searchOption SearchOption
Résultat IEnumerable

Push() public méthode

public Push ( ) : void
Résultat void

Rebase() public méthode

public Rebase ( string branchName ) : bool
branchName string
Résultat bool

RebaseAbort() public méthode

public RebaseAbort ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Update() public méthode

public Update ( string id ) : void
id string
Résultat void

UpdateRawRef() public méthode

public UpdateRawRef ( string toBeUpdatedRef, string toBeUpdatedToRef ) : void
toBeUpdatedRef string
toBeUpdatedToRef string
Résultat void

UpdateRef() public méthode

public UpdateRef ( string toBeUpdatedToAlias ) : void
toBeUpdatedToAlias string
Résultat void

UpdateSubmodules() public méthode

public UpdateSubmodules ( ) : void
Résultat void