Mate.Pipeline.insert_after
You're seeing just the function
insert_after
, go back to Mate.Pipeline module for more information.
Specs
Inserts a custom step in the given steps after a specific spec.
Example:
pipeline.insert_after(steps, Mate.Step.CleanBuild, CustomStep)