BaseCheckingCommitIdCapability<T>.

BaseCheckingCommitIdCapability(ICakeLog, T) Constructor

Summary

Capability to post issues only if pull request is for a specific commit.

Syntax

protected BaseCheckingCommitIdCapability(ICakeLog log, T pullRequestSystem)

Parameters

Name Type Description
log ICakeLog The Cake log context.
pullRequestSystem T Pull request system to which this capability belongs.

Return Value

Type Description
void