C# 클래스 GitScc.DataServices.RepositoryGraph

파일 보기 프로젝트 열기: blinkbox/Git-Source-Control-Provider 1 사용 예제들

공개 메소드들

메소드 설명
GetChanges ( string commitId ) : IEnumerable
GetChanges ( string fromCommitId, string toCommitId ) : IEnumerable
GetCommit ( string commitId ) : GitScc.DataServices.Commit
GetFile ( string commitId, string fileName ) : string
GetFileContent ( string commitId, string fileName ) : byte[]
GetTree ( string commitId ) : GitTreeObject
RepositoryGraph ( string repository ) : System

비공개 메소드들

메소드 설명
GenerateGraph ( ) : void
GenerateGraph ( IEnumerable commits ) : void
GetLane ( string id ) : int
GetSimplifiedCommits ( ) : IEnumerable
ParseCommit ( string log ) : GitScc.DataServices.Commit
ParseStaus ( string status ) : ChangeType

메소드 상세

GetChanges() 공개 메소드

public GetChanges ( string commitId ) : IEnumerable
commitId string
리턴 IEnumerable

GetChanges() 공개 메소드

public GetChanges ( string fromCommitId, string toCommitId ) : IEnumerable
fromCommitId string
toCommitId string
리턴 IEnumerable

GetCommit() 공개 메소드

public GetCommit ( string commitId ) : GitScc.DataServices.Commit
commitId string
리턴 GitScc.DataServices.Commit

GetFile() 공개 메소드

public GetFile ( string commitId, string fileName ) : string
commitId string
fileName string
리턴 string

GetFileContent() 공개 메소드

public GetFileContent ( string commitId, string fileName ) : byte[]
commitId string
fileName string
리턴 byte[]

GetTree() 공개 메소드

public GetTree ( string commitId ) : GitTreeObject
commitId string
리턴 GitTreeObject

RepositoryGraph() 공개 메소드

public RepositoryGraph ( string repository ) : System
repository string
리턴 System