Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "pack/goal-state/cancelGoals"

Index

Functions

cancelGoalSet

  • cancelGoalSet(goalSetId: string, ctx: HandlerContext, id?: string): Promise<void>

cancelGoalSetsCommand

  • cancelGoalSetsCommand(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration<object>

listPendingGoalSetsCommand

  • listPendingGoalSetsCommand(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration<object>
  • List all pending goal sets and allow to cancel

    Parameters

    • sdm: SoftwareDeliveryMachine

    Returns CommandHandlerRegistration<object>

pendingGoalSets

  • pendingGoalSets(ctx: HandlerContext, name: string, offset?: number, fetch?: number): Promise<SdmGoalSet[]>

Generated using TypeDoc