Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "core/goal/container/repositoryDrivenContainer"

Index

Variables

Const PlaceholderExpression

PlaceholderExpression: RegExp = /\$\{([.a-zA-Z_-]+)([.:0-9a-zA-Z-_ \" ]+)*\}/g

Const hasRepositoryGoals

hasRepositoryGoals: PushTest = pushTest("has SDM goals", async pli => {return (await pli.project.getFiles(".atomist/*goals.{yml,yaml}")).length > 0;})

Functions

mapGoals

mapPlannedGoal

repositoryDrivenContainer

  • repositoryDrivenContainer(options?: { tests?: Record<string, PushTest> }): Goal

resolvePlaceholder

Generated using TypeDoc