ArtifactTriggerConfiguration interface

Properties

isTriggerSupported

Gets or sets the whether trigger is supported or not.

isTriggerSupportedOnlyInHosted

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

isWebhookSupportedAtServerLevel

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

payloadHashHeaderName

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

resources

Gets or sets the resources for artifact trigger configuration.

webhookPayloadMapping

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

Property Details

isTriggerSupported

Gets or sets the whether trigger is supported or not.

isTriggerSupported: boolean

Property Value

boolean

isTriggerSupportedOnlyInHosted

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

isTriggerSupportedOnlyInHosted: boolean

Property Value

boolean

isWebhookSupportedAtServerLevel

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

isWebhookSupportedAtServerLevel: boolean

Property Value

boolean

payloadHashHeaderName

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

payloadHashHeaderName: string

Property Value

string

resources

Gets or sets the resources for artifact trigger configuration.

resources: {[key: string]: string}

Property Value

{[key: string]: string}

webhookPayloadMapping

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

webhookPayloadMapping: {[key: string]: string}

Property Value

{[key: string]: string}