UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

9 lines 630 B
import { EventFired, HandlerContext, HandlerResult } from "@atomist/automation-client"; import { HandleEvent } from "@atomist/automation-client/lib/HandleEvent"; import { SoftwareDeliveryMachineConfiguration } from "@atomist/sdm"; import { OnSpecificCanceledSdmGoal } from "../../../../typings/types"; export declare class CancelGoalOnCanceled implements HandleEvent<OnSpecificCanceledSdmGoal.Subscription> { configuration: SoftwareDeliveryMachineConfiguration; handle(e: EventFired<OnSpecificCanceledSdmGoal.Subscription>, ctx: HandlerContext): Promise<HandlerResult>; } //# sourceMappingURL=CancelGoalOnCanceled.d.ts.map