@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
11 lines • 632 B
TypeScript
import { SoftwareDeliveryMachine } from "../../../api/machine/SoftwareDeliveryMachine";
import { CommandHandlerRegistration } from "../../../api/registration/CommandHandlerRegistration";
import { CreateGoals, DeliveryGoals } from "../configure";
import { CommandMaker } from "./configureYaml";
export declare function decorateSoftwareDeliveryMachine<G extends DeliveryGoals>(sdm: SoftwareDeliveryMachine & {
createGoals: CreateGoals<G>;
}): SoftwareDeliveryMachine & {
createGoals: CreateGoals<G>;
};
export declare function mapCommand(chr: CommandHandlerRegistration): CommandMaker;
//# sourceMappingURL=mapCommand.d.ts.map