Mate.Pipeline.insert_after

You're seeing just the function insert_after, go back to Mate.Pipeline module for more information.
Link to this function

insert_after(steps, target, new)

View Source

Specs

insert_after(steps :: steps(), target :: step(), new :: step()) :: steps()

Inserts a custom step in the given steps after a specific spec.

Example:

pipeline.insert_after(steps, Mate.Step.CleanBuild, CustomStep)