@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
12 lines • 745 B
TypeScript
import { Maker } from "@atomist/automation-client/lib/util/constructionUtils";
import { RepoTargetingParameters } from "../../api-helper/machine/RepoTargetingParameters";
import { RepoTargets } from "../../api/machine/RepoTargets";
import { SoftwareDeliveryMachine } from "../../api/machine/SoftwareDeliveryMachine";
import { CommandHandlerRegistration } from "../../api/registration/CommandHandlerRegistration";
export declare class ResetGoalsParameters {
providerId: string;
name: string;
version: string;
}
export declare function resetGoalsCommand(sdm: SoftwareDeliveryMachine, repoTargets?: Maker<RepoTargets>): CommandHandlerRegistration<ResetGoalsParameters & RepoTargetingParameters>;
//# sourceMappingURL=resetGoals.d.ts.map