Object used for parsing that reflects the json of the object that GitHub uses for Pull Requests
More...
|
class | HeadBase |
| Object used for parsing that reflects the json of the object that GitHub uses inside of the pull request object More...
|
|
|
async Task | GetFilesAsync () |
| Download files for a given pull request. Store the files in the AppData folder with a sub-folder for the pull request More...
|
|
|
string | CacheDirectory => Path.Combine(ParentRepo.CacheDirectory, Number.ToString()) |
|
|
HeadBase | Base [get, set] |
|
IList< RepoFile > | Files [get, set] |
|
HeadBase | Head [get, set] |
|
DateTime | LastWrite [get, set] |
|
int | Number = DateTime.MinValue [get, set] |
|
Repo | ParentRepo [get, set] |
|
string | State [get, set] |
|
string | Title [get, set] |
|
DateTime | Updated [get, set] |
|
string | Url [get, set] |
|
Object used for parsing that reflects the json of the object that GitHub uses for Pull Requests
async Task SemDiff.Core.PullRequest.GetFilesAsync |
( |
| ) |
|
Download files for a given pull request. Store the files in the AppData folder with a sub-folder for the pull request
The documentation for this class was generated from the following file: