Credo.Plugin (Credo v1.5.0) View Source

Link to this section Summary

Link to this section Functions

Link to this function

append_task(exec, group_name, task_mod)

View Source
Link to this function

append_task(exec, pipeline_key, group_name, task_mod)

View Source
Link to this function

prepend_task(exec, group_name, task_mod)

View Source
Link to this function

prepend_task(exec, pipeline_key, group_name, task_mod)

View Source
Link to this function

register_cli_switch(exec, name, type, alias_name \\ nil, convert_to_param \\ true)

View Source
Link to this function

register_command(exec, name, command_mod)

View Source

Registers and initializes a Command module with a given name.

Link to this function

register_default_config(exec, config_file_string)

View Source