Summary
Returns a list of all files modified in a pull request.
Compared to
GetModifiedFilesInPullRequest()
it is safe to access PrcaSettings
from this method.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .PullRequests - Containing Type
- PullRequestSystem
Syntax
protected abstract IEnumerable<FilePath> InternalGetModifiedFilesInPullRequest()
Return Value
Type | Description |
---|---|
IEnumerable |
List of all files modified in a pull request. |