pipeline

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: Apache-2.0 Imports: 20 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.

func DeletePipeline

func DeletePipeline(c *gin.Context)

DeletePipeline represents the API handler to remove a pipeline for a repository.

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 get a pipeline for a repo.

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 get a list of pipelines for a repository.

func UpdatePipeline

func UpdatePipeline(c *gin.Context)

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

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