C# 클래스 SeeGit.RepositoryGraphBuilder

상속: IRepositoryGraphBuilder
파일 보기 프로젝트 열기: Haacked/SeeGit

공개 메소드들

메소드 설명
Graph ( ) : RepositoryGraph
RepositoryGraphBuilder ( string gitRepositoryPath ) : System.Collections.Generic

비공개 메소드들

메소드 설명
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

메소드 상세

Graph() 공개 메소드

public Graph ( ) : RepositoryGraph
리턴 RepositoryGraph

RepositoryGraphBuilder() 공개 메소드

public RepositoryGraphBuilder ( string gitRepositoryPath ) : System.Collections.Generic
gitRepositoryPath string
리턴 System.Collections.Generic