IPullRequestSystem.

GetModifiedFilesInPullRequest() Method

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<T> List of all files modified in a pull request.
GitHub