Edit

Share via


RepositoryWebhook interface

Represents a repository's webhook returned from a source provider.

Properties

lastDeliveryStatus

The status of last delivery attempt for the webhook.

name

The friendly name of the repository.

types
url

The URL of the repository.

Property Details

lastDeliveryStatus

The status of last delivery attempt for the webhook.

lastDeliveryStatus: number

Property Value

number

name

The friendly name of the repository.

name: string

Property Value

string

types

types: DefinitionTriggerType[]

Property Value

url

The URL of the repository.

url: string

Property Value

string