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