import { EventFired, HandlerContext, HandlerResult } from "@atomist/automation-client"; import { HandleEvent } from "@atomist/automation-client/lib/HandleEvent"; import { SoftwareDeliveryMachineConfiguration } from "@atomist/sdm"; import { OnAnyFailedSdmGoal } from "../../../../typings/types"; /** * Skip downstream goals on failed or stopped goal */ export declare class SkipDownstreamGoalsOnGoalFailure implements HandleEvent { configuration: SoftwareDeliveryMachineConfiguration; handle(event: EventFired, context: HandlerContext): Promise; } //# sourceMappingURL=SkipDownstreamGoalsOnGoalFailure.d.ts.map