Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "core/machine/yaml/mapGoals"

Index

Type aliases

GoalMaker

GoalMaker<G>: (sdm: SoftwareDeliveryMachine, params: G) => Promise<Goal> | Goal

Type parameters

  • G: Record<string, any> = {}

Type declaration

MapGoal

MapGoal: (goals: any, sdm: SoftwareDeliveryMachine, additionalGoals: DeliveryGoals, goalMakers: Record<string, GoalMaker>, additionalTests: Record<string, PushTest>, extensionTests: Record<string, PushTestMaker>) => Promise<Goal | Goal[]>

Type declaration

Variables

Const MapGoals

MapGoals: MapGoal[] = [MapContainer,MapExecute,MapImmaterial,MapLock,MapCancel,MapQueue,MapAdditional,MapGoalMakers,MapReferenced,MapFulfillment,MapAction,]

Functions

Const MapAction

Const MapAdditional

Const MapCancel

Const MapContainer

Const MapExecute

Const MapFulfillment

Const MapGoalMakers

Const MapImmaterial

Const MapLock

Const MapQueue

Const MapReferenced

addCaching

addDetails

  • addDetails(goal: Goal, goals: any): Goal

containerCallback

mapGoals

mapReferencedGoal

resolvePlaceholderContainerSpecCallback

Generated using TypeDoc