# Functions
CreateStep represents the API handler to create a step for a build.
DeleteStep represents the API handler to remove a step for a build.
GetStep represents the API handler to get a step for a build.
ListSteps represents the API handler to get a list of steps for a build.
PlanSteps is a helper function to plan all steps in the build for execution.
UpdateStep represents the API handler to update a step for a build.