Skip to content

module Barista::TaskClassMethods #

An extension to use with a Barista::Task

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

Class methods#

.name#

Methods#

#belongs_to : Array(Barista::Project.class)#

#dependencies#

#dependency(task : Barista::Task.class)#

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

#name : String#

#sequence(groups : Array(String))#