This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Issues.PullRequests.
                            
	
		Summary
            Capability to post issues only if pull request is for a specific commit.
            
		- Assembly
 - Cake
.Issues .PullRequests .dll  - Namespace
 - Cake
.Issues .PullRequests  - Containing Type
 - Base
Checking Commit Id Capability <T>  
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 | 
