pipeline

package
v0.23.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package pipeline provides the pipeline handlers for the Vela API.

Usage:

import "github.com/go-vela/server/api/pipeline"

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CompilePipeline

func CompilePipeline(c *gin.Context)

CompilePipeline represents the API handler to capture, expand and compile a pipeline configuration.

func CreatePipeline

func CreatePipeline(c *gin.Context)

CreatePipeline represents the API handler to create a pipeline in the configured backend.

func DeletePipeline

func DeletePipeline(c *gin.Context)

DeletePipeline represents the API handler to remove a pipeline for a repo from the configured backend.

func ExpandPipeline

func ExpandPipeline(c *gin.Context)

ExpandPipeline represents the API handler to capture and expand a pipeline configuration.

func GetPipeline

func GetPipeline(c *gin.Context)

GetPipeline represents the API handler to capture a pipeline for a repo from the configured backend.

func GetTemplates

func GetTemplates(c *gin.Context)

GetTemplates represents the API handler to capture a map of templates utilized by a pipeline configuration.

func ListPipelines

func ListPipelines(c *gin.Context)

ListPipelines represents the API handler to capture a list of pipelines for a repo from the configured backend.

func UpdatePipeline

func UpdatePipeline(c *gin.Context)

UpdatePipeline represents the API handler to update a pipeline for a repo in the configured backend.

func ValidatePipeline

func ValidatePipeline(c *gin.Context)

ValidatePipeline represents the API handler to capture, expand and validate a pipeline configuration.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL