module Barista::TaskClassMethods
Overview
An extension to use with a Barista::Task
Not meant for external use, but here for doc generation.
Defined in:
barista/task.crClass Method Summary
Instance Method Summary
- #belongs_to : Array(Barista::Project.class)
- #dependencies
-
#dependency(task : Barista::Task.class)
Declare a dependency on another task.
- #name : String
- #sequence(groups : Array(String))
Class Method Detail
Instance Method Detail
Declare a dependency on another task. When orchestrating, this task will always run after any dependencies.