RepositoryInfoProviderType Class

Summary

Supported ways to read repository information.
graph BT Type-->Base0["Enum"] Type["RepositoryInfoProviderType"] class Type type-node

Syntax

public sealed class RepositoryInfoProviderType : Enum

Fields

Name Constant Value Summary
CakeGit 0
Read repository information using Cake.Git addin. Requires system to be compatible with Cake.Git addin.
static
Cli 1
Read repository information using Git CLI. Requires Git CLI to be available in path.
static
value__

Extension Methods

Name Value Summary
NotNull<RepositoryInfoProviderType>(string) void
Throws an exception if the specified parameter's value is null.
GitHub