UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

10 lines 580 B
import { OnEvent } from "@atomist/automation-client/lib/onEvent"; import { SoftwareDeliveryMachine } from "../../api/machine/SoftwareDeliveryMachine"; import { EventHandlerRegistration } from "../../api/registration/EventHandlerRegistration"; 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