UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

11 lines 424 B
import { PushListenerInvocation } from "../listener/PushListener"; import { SdmGoalMessage } from "./SdmGoalMessage"; export interface GoalSetTag { name: string; value?: string; } /** * Create Tags for the goal set containing the provided goals */ export declare type TagGoalSet = (goals: SdmGoalMessage[], pli: PushListenerInvocation) => Promise<GoalSetTag[] | undefined>; //# sourceMappingURL=tagGoalSet.d.ts.map