@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
10 lines • 512 B
TypeScript
import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
import { GoalInvocation } from "../../api/goal/GoalInvocation";
import { SoftwareDeliveryMachineOptions } from "../../api/machine/SoftwareDeliveryMachineOptions";
/**
* Useful testing support
* @param {RemoteRepoRef} id
* @return {GoalInvocation}
*/
export declare function fakeGoalInvocation(id: RemoteRepoRef, options?: SoftwareDeliveryMachineOptions): GoalInvocation;
//# sourceMappingURL=fakeGoalInvocation.d.ts.map