Summary
Returns a list of all files modified in a pull request.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .PullRequests - Containing Type
- IPullRequestSystem
Syntax
IEnumerable<FilePath> GetModifiedFilesInPullRequest()
Return Value
| Type | Description |
|---|---|
| IEnumerable |
List of all files modified in a pull request. |