@atomist/sdm-core
Version:
Atomist Software Delivery Machine - Implementation
9 lines • 506 B
TypeScript
import { Maker } from "@atomist/automation-client";
import { CommandHandlerRegistration, RepoTargetingParameters, RepoTargets, SoftwareDeliveryMachine } from "@atomist/sdm";
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