UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

12 lines 700 B
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<OnAnyFailedSdmGoal.Subscription> { configuration: SoftwareDeliveryMachineConfiguration; handle(event: EventFired<OnAnyFailedSdmGoal.Subscription>, context: HandlerContext): Promise<HandlerResult>; } //# sourceMappingURL=SkipDownstreamGoalsOnGoalFailure.d.ts.map