@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
11 lines • 675 B
TypeScript
import { CommandListenerInvocation } from "../../../api/listener/CommandListener";
import { TransformResult } from "../../../api/registration/CodeTransform";
/**
* This is a useful function to pass to CodeTransformRegistration.onTransformResults.
* It sends a message per repository describing any errors that occurred while saving the transforms,
* and also where the transform was applied. It gives you the branch name.
* @param trs results of transforms
* @param cli original command invocation
*/
export declare function announceTransformResults(trs: TransformResult[], cli: CommandListenerInvocation): Promise<void>;
//# sourceMappingURL=onTransformResult.d.ts.map