@atomist/sdm-core
Version:
Atomist Software Delivery Machine - Implementation
6 lines • 520 B
TypeScript
import { GoalCompletionListener, GoalsSetListener, SoftwareDeliveryMachine, StatusState } from "@atomist/sdm";
import { SdmGoalState } from "../../typings/types";
export declare function createPendingGitHubStatusOnGoalSet(sdm: SoftwareDeliveryMachine): GoalsSetListener;
export declare function setGitHubStatusOnGoalCompletion(sdm: SoftwareDeliveryMachine): GoalCompletionListener;
export declare function sdmGoalStateToGitHubStatusState(goalState: SdmGoalState): StatusState;
//# sourceMappingURL=statusSetters.d.ts.map