Show / Hide Table of Contents

Class BranchGithubVersionProvider

Inheritance
System.Object
BranchGithubVersionProvider
Implements
IGithubVersionProvider
ITransientDependency
Namespace: Volo.Docs.GitHub.Documents.Version
Assembly: Volo.Docs.Domain.dll
Syntax
public class BranchGithubVersionProvider : object, IGithubVersionProvider, ITransientDependency

Methods

GetVersions(String, String, String)

Declaration
public Task<List<GithubVersion>> GetVersions(string name, string repositoryName, string token)
Parameters
Type Name Description
System.String name
System.String repositoryName
System.String token
Returns
Type Description
Task<List<GithubVersion>>

Implements

IGithubVersionProvider
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft