1 | import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
|
2 | import * as slack from "@atomist/slack-messages";
|
3 | import { AddressChannels } from "../../api/context/addressChannels";
|
4 | import { InterpretedLog } from "../../spi/log/InterpretedLog";
|
5 | export 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 |
|
\ | No newline at end of file |