@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
13 lines • 691 B
TypeScript
import { HandlerContext } from "@atomist/automation-client/lib/HandlerContext";
import { HasChannels } from "../../api/context/addressChannels";
import { ProgressLog } from "../../spi/log/ProgressLog";
/**
* Stream the ProgressLog output to any channels associated
* with the current model element (such a repo) in Slack or elswhere.
* @param name name for the log. Should relate to the activity we're logging
* @param {HasChannels} hasChannels
* @param {HandlerContext} ctx
* @return {ProgressLog}
*/
export declare function addressChannelsProgressLog(name: string, hasChannels: HasChannels, ctx: HandlerContext): ProgressLog;
//# sourceMappingURL=addressChannelsProgressLog.d.ts.map