GitRepositoryIssuesAliases Class

Summary

Contains functionality related to analyze Git repositories.
Assembly
Cake.Issues.GitRepository.dll
Namespace
Cake.Issues.GitRepository
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GitRepositoryIssuesAliases"] class Type type-node

Syntax

public static class GitRepositoryIssuesAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
GitRepositoryIssues(ICakeContext, GitRepositoryIssuesSettings) IIssueProvider
Gets an instance of a provider for analyzing a Git repository and reporting issues using specified settings.
static
GitRepositoryIssuesProviderTypeName(ICakeContext) string
Gets the name of the Git repository issue provider. This name can be used to identify issues based on the ProviderType property.
static
GitHub