UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

9 lines 473 B
import { OnEvent } from "@atomist/automation-client"; import { EventHandlerRegistration, SoftwareDeliveryMachine } from "@atomist/sdm"; import { OnAnyJobTask } from "../../typings/types"; /** * Execute an incoming job task event */ export declare function executeTask(sdm: SoftwareDeliveryMachine): EventHandlerRegistration<OnAnyJobTask.Subscription>; export declare const ExecuteTaskListener: OnEvent<OnAnyJobTask.Subscription>; //# sourceMappingURL=executeTask.d.ts.map