BasePullRequestSystem.

GetCapability<T>() Method

Summary

Returns the instance of a specific capability.

Syntax

public T GetCapability<T>() where T : IPullRequestSystemCapability

Type Parameters

Name Description
T Type of the capability.

Return Value

Type Description
T Instance of the specific capability.