UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

12 lines 576 B
import { Maker } from "@atomist/automation-client"; import { CommandHandlerRegistration, RepoTargetingParameters, RepoTargets, SdmGoalState, SoftwareDeliveryMachine } from "@atomist/sdm"; declare class SetGoalStateParameters { providerId: string; goal: string; state: SdmGoalState; msgId: string; cancel: boolean; } export declare function setGoalStateCommand(sdm: SoftwareDeliveryMachine, repoTargets?: Maker<RepoTargets>): CommandHandlerRegistration<SetGoalStateParameters & RepoTargetingParameters>; export {}; //# sourceMappingURL=setGoalState.d.ts.map