@atomist/sdm-core
Version:
Atomist Software Delivery Machine - Implementation
11 lines • 554 B
TypeScript
import { FulfillableGoal, Goal, Goals, PlannedGoals, PushListenerInvocation, PushTest } from "@atomist/sdm";
export declare const hasRepositoryGoals: PushTest;
export declare function repositoryDrivenContainer(options?: {
tests?: Record<string, PushTest>;
}): Goal;
export declare class RepositoryDrivenContainer extends FulfillableGoal {
private readonly tests;
constructor(tests: Record<string, PushTest>);
plan(pli: PushListenerInvocation, goals: Goals): Promise<PlannedGoals>;
}
//# sourceMappingURL=repositoryDrivenContainer.d.ts.map