Method | Description | |
---|---|---|
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 ) : |
||
RepositoryGraph ( string repository ) : System |
Method | Description | |
---|---|---|
GenerateGraph ( ) : void | ||
GenerateGraph ( IEnumerable |
||
GetLane ( string id ) : int | ||
GetSimplifiedCommits ( ) : IEnumerable |
||
ParseCommit ( string log ) : GitScc.DataServices.Commit | ||
ParseStaus ( string status ) : ChangeType |
public GetChanges ( string commitId ) : IEnumerable |
||
commitId | string | |
return | IEnumerable |
public GetChanges ( string fromCommitId, string toCommitId ) : IEnumerable |
||
fromCommitId | string | |
toCommitId | string | |
return | IEnumerable |
public GetCommit ( string commitId ) : GitScc.DataServices.Commit | ||
commitId | string | |
return | GitScc.DataServices.Commit |
public GetFile ( string commitId, string fileName ) : string | ||
commitId | string | |
fileName | string | |
return | string |
public GetFileContent ( string commitId, string fileName ) : byte[] | ||
commitId | string | |
fileName | string | |
return | byte[] |
public GetTree ( string commitId ) : |
||
commitId | string | |
return |
public RepositoryGraph ( string repository ) : System | ||
repository | string | |
return | System |