@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
10 lines • 760 B
TypeScript
import { EventFired, HandleEvent } from "@atomist/automation-client/lib/HandleEvent";
import { HandlerContext } from "@atomist/automation-client/lib/HandlerContext";
import { HandlerResult } from "@atomist/automation-client/lib/HandlerResult";
import { SoftwareDeliveryMachineConfiguration } from "../../../../../api/machine/SoftwareDeliveryMachineOptions";
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