Summary
Returns a list of all files modified in a pull request.
Compared to
GetModifiedFilesInPullRequest()
it is safe to access Settings from this method.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Filtering By Modified Files Capability <T>
Syntax
protected abstract IEnumerable<FilePath> InternalGetModifiedFilesInPullRequest()
Return Value
Type | Description |
---|---|
IEnumerable |
List of all files modified in a pull request. |