Options
All
  • Public
  • Public/Protected
  • All
Menu

Single step in the Goal pipeline execution

Type parameters

  • G: Record<string, any> = any

Hierarchy

  • PipelineStep

Index

Properties

Properties

name

name: string

Name of the step

run

run: (gi: ProjectAwareGoalInvocation, context: G) => Promise<void | ExecuteGoalResult>

Function that gets called when the step should execute

Type declaration

Optional runWhen

runWhen: (gi: ProjectAwareGoalInvocation) => Promise<boolean>

Optional function to indicate if the step should run

Type declaration

Generated using TypeDoc