alf
v0.1.0
Pages
Modules
ALF.DSL
(alf v0.1.0)
View Source
Link to this section
Summary
Functions
build_branches(branches, module)
build_stage(atom, name, opts, count, current_module)
clone(name, options)
dead_end(name)
goto(name, options \\ [to: [], if: nil, opts: []])
goto_point(name)
module_exist?(module)
plug_with(module, options \\ [opts: [], name: nil], list)
set_options(stages, opts, count)
set_pipeline_module(stages, module)
stage(atom, options \\ [opts: [], count: 1, name: nil])
stages_from(module, options \\ [opts: [], count: 1])
switch(name, options)
validate_plug_with_options(module, options)
validate_stages_from_options(module, options)
Link to this section
Functions
Link to this function
build_branches(branches, module)
View Source
Link to this function
build_stage(atom, name, opts, count, current_module)
View Source
Link to this macro
clone(name, options)
View Source
(macro)
Link to this macro
dead_end(name)
View Source
(macro)
Link to this macro
goto(name, options \\ [to: [], if: nil, opts: []])
View Source
(macro)
Link to this macro
goto_point(name)
View Source
(macro)
Link to this function
module_exist?(module)
View Source
Link to this macro
plug_with(module, options \\ [opts: [], name: nil], list)
View Source
(macro)
Link to this function
set_options(stages, opts, count)
View Source
Link to this function
set_pipeline_module(stages, module)
View Source
Link to this macro
stage(atom, options \\ [opts: [], count: 1, name: nil])
View Source
(macro)
Link to this macro
stages_from(module, options \\ [opts: [], count: 1])
View Source
(macro)
Link to this macro
switch(name, options)
View Source
(macro)
Link to this function
validate_plug_with_options(module, options)
View Source
Link to this function
validate_stages_from_options(module, options)
View Source