BaseFilteringByModifiedFilesCapability<T>.

InternalGetModifiedFilesInPullRequest() Method

Summary

Returns a list of all files modified in a pull request. Compared to GetModifiedFilesInPullRequest() it is safe to access Settings from this method.

Syntax

protected abstract IEnumerable<FilePath> InternalGetModifiedFilesInPullRequest()

Return Value

Type Description
IEnumerable<FilePath> List of all files modified in a pull request.
GitHub