UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

7 lines 587 B
import { SoftwareDeliveryMachine } from "../../../api/machine/SoftwareDeliveryMachine"; import { DeliveryGoals, GoalData } from "../configure"; import { ConfigureYamlOptions } from "./configureYaml"; import { GoalMaker } from "./mapGoals"; import { PushTestMaker } from "./mapPushTests"; export declare function mapRules(rules: any, goalData: GoalData, sdm: SoftwareDeliveryMachine, options: ConfigureYamlOptions<any>, additionalGoals: DeliveryGoals, goalMakers: Record<string, GoalMaker>, testMakers: Record<string, PushTestMaker>): Promise<void>; //# sourceMappingURL=mapRules.d.ts.map