Documentation ¶
Overview ¶
Package step provides the step handlers for the Vela API.
Usage:
import "github.com/go-vela/server/api/step"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateStep ¶
CreateStep represents the API handler to create a step for a build.
func DeleteStep ¶
DeleteStep represents the API handler to remove a step for a build.
func PlanSteps ¶
func PlanSteps(ctx context.Context, database database.Interface, scm scm.Service, p *pipeline.Build, b *types.Build) ([]*library.Step, error)
PlanSteps is a helper function to plan all steps in the build for execution. This creates the steps for the build.
func UpdateStep ¶
UpdateStep represents the API handler to update a step for a build.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.