@atomist/sdm-core
Version:
Atomist Software Delivery Machine - Implementation
7 lines • 555 B
TypeScript
import { SoftwareDeliveryMachine } from "@atomist/sdm";
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