C# Class SeeGit.RepositoryGraphBuilder

Inheritance: IRepositoryGraphBuilder
Afficher le fichier Open project: Haacked/SeeGit

Méthodes publiques

Méthode Description
Graph ( ) : RepositoryGraph
RepositoryGraphBuilder ( string gitRepositoryPath ) : System.Collections.Generic

Private Methods

Méthode Description
AddBranchReferences ( ) : void
AddCommitToGraph ( Commit commit, CommitVertex childVertex ) : bool
AddCommitsToGraph ( Commit commit, CommitVertex childVertex ) : void
AddHeadReference ( ) : void
GetCommitVertex ( Commit commit ) : CommitVertex
HighlightCommit ( Commit commit ) : bool
HighlightCommitsOnCurrentBranch ( Commit commit ) : void

Method Details

Graph() public méthode

public Graph ( ) : RepositoryGraph
Résultat RepositoryGraph

RepositoryGraphBuilder() public méthode

public RepositoryGraphBuilder ( string gitRepositoryPath ) : System.Collections.Generic
gitRepositoryPath string
Résultat System.Collections.Generic