Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/goal/GoalInvocation"

Index

Type aliases

ExecuteGoal

ExecuteGoal: (r: GoalInvocation) => Promise<void | ExecuteGoalResult>

Type of all goal invocation functions. This is a key extension point for SDMs.

Type declaration

GoalProjectListener

GoalProjectListener: (p: GitProject, r: GoalInvocation, event: GoalProjectListenerEvent) => Promise<void | ExecuteGoalResult>

Type declaration

PrepareForGoalExecution

PrepareForGoalExecution: (p: GitProject, r: GoalInvocation) => Promise<void | ExecuteGoalResult>

Type declaration

Functions

afterListener

beforeListener

Generated using TypeDoc