PullRequestSystem.

PullRequestSystem(ICakeLog) Constructor

Summary

Initializes a new instance of the PullRequestSystem class.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Containing Type
PullRequestSystem

Syntax

protected PullRequestSystem(ICakeLog log)

Parameters

Name Type Description
log ICakeLog The Cake log context.

Return Value

Type Description
void
GitHub