UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

14 lines (13 loc) 469 B
import { NotifProviderRoot } from "./notifProviderRoot.js"; import type { NotifMessage } from "./types.js"; export declare class TeamsProvider extends NotifProviderRoot { getLabel(): string; postNotification(notifMessage: NotifMessage): Promise<void>; private getWebhookUrls; private buildPayload; private sendToWebhooks; private buildAdaptiveCard; private buildCardBody; private buildAttachmentElements; private buildCardActions; }