InedoSDK Reference
Version:

GenericGitRepository Class

Represents a connection to a generic git repository.

Inheritance Hierarchy

Syntax

public sealed class GenericGitRepository : Inedo.Extensibility.Git.GitRepository

Constructors

Name Description
GenericGitRepository

Initializes a new instance of the GenericGitRepository class.

Properties

Name Description
BrowseUrl

Gets or sets the browse URL of the repository. May be null (Nothing in Visual Basic).

CompatibleCredentials

Returns a 1-element array of the type of Inedo.Extensions.Credentials.UsernamePasswordCredentials

DefaultBranch

Gets or sets the name of the default branch in the repository. May be null (Nothing in Visual Basic).

RepositoryUrl

Gets or sets the repository of the URL.