UNPKG

710 BTypeScriptView Raw
1import { SdmContext } from "../../api/context/SdmContext";
2import { SoftwareDeliveryMachine } from "../../api/machine/SoftwareDeliveryMachine";
3import { WithLoadedProject } from "../../spi/project/ProjectLoader";
4/**
5 * Perform an action on all accessible repos in parallel up to a configurable max concurrency limit.
6 * This is normally readonly.
7 * If you want to perform an update, use a CodeTransform.
8 * @param {SoftwareDeliveryMachine} sdm
9 * @param {SdmContext} i
10 * @param {WithLoadedProject<any>} action
11 * @return {Promise<any>}
12 */
13export declare function doWithRepos(sdm: SoftwareDeliveryMachine, i: SdmContext, action: WithLoadedProject<any>): Promise<any>;
14//# sourceMappingURL=withRepos.d.ts.map
\No newline at end of file