@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
9 lines • 588 B
TypeScript
import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
import * as slack from "@atomist/slack-messages";
import { AddressChannels } from "../../api/context/addressChannels";
import { InterpretedLog } from "../../spi/log/InterpretedLog";
export declare function reportFailureInterpretation(stepName: string, interpretation: InterpretedLog | undefined, fullLog: {
url?: string;
log: string;
}, id: RemoteRepoRef, addressChannels: AddressChannels, retryButton?: slack.Action): Promise<void>;
//# sourceMappingURL=reportFailureInterpretation.d.ts.map