UNPKG

708 BTypeScriptView Raw
1import { GitProject } from "@atomist/automation-client/lib/project/git/GitProject";
2import { GoalInvocation } from "../../api/goal/GoalInvocation";
3import { PushImpactListenerInvocation } from "../../api/listener/PushImpactListener";
4/**
5 * Create a PushImpactListenerInvocation from the given context.
6 * Includes both the complete project and the changed files.
7 * @param {GoalInvocation} goalInvocation
8 * @param {GitProject} project
9 * @return {Promise<PushImpactListenerInvocation>}
10 */
11export declare function createPushImpactListenerInvocation(goalInvocation: GoalInvocation, project: GitProject): Promise<PushImpactListenerInvocation>;
12//# sourceMappingURL=createPushImpactListenerInvocation.d.ts.map
\No newline at end of file