module

Barista::TaskClassMethods

An extension to use with a Barista::Task

Not meant for external use, but here for doc generation.

Class methods

name
Source

Instance methods

belongs_to
Source
dependencies
Source
dependency(task : Barista::Task.class)

Declare a dependency on another task. When orchestrating, this task will always run after any dependencies.

Source
name
Source
sequence(groups : Array(String))
Source