@atomist/sdm-core
Version:
Atomist Software Delivery Machine - Implementation
12 lines • 576 B
TypeScript
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