ArtifactTriggerConfiguration interface
is |
Gets or sets the whether trigger is supported or not. |
is |
Gets or sets the whether trigger is supported only on hosted environment. |
is |
Gets or sets the whether webhook is supported at server level. |
payload |
Gets or sets the payload hash header name for the artifact trigger configuration. |
resources | Gets or sets the resources for artifact trigger configuration. |
webhook |
Gets or sets the webhook payload mapping for artifact trigger configuration. |
Gets or sets the whether trigger is supported or not.
isTriggerSupported: boolean
Property Value
boolean
Gets or sets the whether trigger is supported only on hosted environment.
isTriggerSupportedOnlyInHosted: boolean
Property Value
boolean
Gets or sets the whether webhook is supported at server level.
isWebhookSupportedAtServerLevel: boolean
Property Value
boolean
Gets or sets the payload hash header name for the artifact trigger configuration.
payloadHashHeaderName: string
Property Value
string
Gets or sets the resources for artifact trigger configuration.
resources: {[key: string]: string}
Property Value
{[key: string]: string}
Gets or sets the webhook payload mapping for artifact trigger configuration.
webhookPayloadMapping: {[key: string]: string}
Property Value
{[key: string]: string}