Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceRepository

Represents a repository returned from a source provider.

Hierarchy

  • SourceRepository

Index

Properties

Optional defaultBranch

defaultBranch: string

The name of the default branch.

Optional fullName

fullName: string

The full name of the repository.

Optional id

id: string

The ID of the repository.

Optional name

name: string

The friendly name of the repository.

Optional properties

properties: object

Type declaration

  • [key: string]: string

Optional sourceProviderName

sourceProviderName: string

The name of the source provider the repository is from.

Optional url

url: string

The URL of the repository.

Generated using TypeDoc