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.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.name #

[View source]

Instance Method Detail

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

[View source]
def dependencies #

[View source]
def dependency(task : Barista::Task.class) #

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


[View source]
def name : String #

[View source]
def sequence(groups : Array(String)) #

[View source]