UNPKG

691 BTypeScriptView Raw
1import { HandlerContext } from "@atomist/automation-client/lib/HandlerContext";
2import { HasChannels } from "../../api/context/addressChannels";
3import { ProgressLog } from "../../spi/log/ProgressLog";
4/**
5 * Stream the ProgressLog output to any channels associated
6 * with the current model element (such a repo) in Slack or elswhere.
7 * @param name name for the log. Should relate to the activity we're logging
8 * @param {HasChannels} hasChannels
9 * @param {HandlerContext} ctx
10 * @return {ProgressLog}
11 */
12export declare function addressChannelsProgressLog(name: string, hasChannels: HasChannels, ctx: HandlerContext): ProgressLog;
13//# sourceMappingURL=addressChannelsProgressLog.d.ts.map
\No newline at end of file