UNPKG

588 BTypeScriptView Raw
1import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
2import * as slack from "@atomist/slack-messages";
3import { AddressChannels } from "../../api/context/addressChannels";
4import { InterpretedLog } from "../../spi/log/InterpretedLog";
5export declare function reportFailureInterpretation(stepName: string, interpretation: InterpretedLog | undefined, fullLog: {
6 url?: string;
7 log: string;
8}, id: RemoteRepoRef, addressChannels: AddressChannels, retryButton?: slack.Action): Promise<void>;
9//# sourceMappingURL=reportFailureInterpretation.d.ts.map
\No newline at end of file