Summary
Returns a list of all files modified in a pull request.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Filtering By Modified Files Capability <T>
Syntax
public IEnumerable<FilePath> GetModifiedFilesInPullRequest()
Return Value
Type | Description |
---|---|
IEnumerable |
List of all files modified in a pull request. |