Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/goal/Goals"

Index

Functions

convertToGoals

goals

  • Create Goals instance using a fluent API.

    const simpleGoals = goals("Simple Goals") .plan(CodeInspectionGoal) .plan(BuildGoal, Autofix).after(CodeInspectionGoal) .plan(StagingEndpointGoal).after(BuildGoal) .plan(ProductionDeploymentGoal).after(BuildGoal, StagingEndpointGoal);

    Parameters

    • name: string

    Returns Goals & GoalsBuilder

isGoals

  • isGoals(a: any): a is Goals

Generated using TypeDoc