GitService<TRepository, TCredential> Class

Provides information about a supported git hosting service, such as GitLab or GitHub

Inheritance Hierarchy

Syntax

public class GitService<TRepository, TCredential> : GitService

Constructors

Name Description
GitService

Initializes a new instance of the GitService class.

Methods

Name Description
GetNamespacesAsync(TCredential credentials, System.Threading.CancellationToken cancellationToken)
GetRepositoryNamesAsync(TCredential credentials, string serviceNamespace, System.Threading.CancellationToken cancellationToken)