Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArtifactTriggerConfiguration

Hierarchy

  • ArtifactTriggerConfiguration

Index

Properties

Optional isTriggerSupported

isTriggerSupported: boolean

Gets or sets the whether trigger is supported or not.

Optional isTriggerSupportedOnlyInHosted

isTriggerSupportedOnlyInHosted: boolean

Gets or sets the whether trigger is supported only on hosted environment.

Optional isWebhookSupportedAtServerLevel

isWebhookSupportedAtServerLevel: boolean

Gets or sets the whether webhook is supported at server level.

Optional payloadHashHeaderName

payloadHashHeaderName: string

Gets or sets the payload hash header name for the artifact trigger configuration.

Optional resources

resources: object

Gets or sets the resources for artifact trigger configuration.

Type declaration

  • [key: string]: string

Optional webhookPayloadMapping

webhookPayloadMapping: object

Gets or sets the webhook payload mapping for artifact trigger configuration.

Type declaration

  • [key: string]: string

Generated using TypeDoc