task

package
v0.0.0-...-7d3b672 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(c *gin.Context)

func GetTaskByPipeline

func GetTaskByPipeline(c *gin.Context)

GetTaskByPipeline return most recent tasks @Summary Get tasks, only the most recent tasks will be returned @Tags framework/tasks @Accept application/json @Param pipelineId path int true "pipelineId" @Success 200 {object} getTaskResponse @Failure 400 {object} shared.ApiBody "Bad Request" @Failure 500 {object} shared.ApiBody "Internal Error" @Router /pipelines/{pipelineId}/tasks [get]

func PostRerun

func PostRerun(c *gin.Context)

RerunTask rerun the specified task. @Summary rerun task @Tags framework/tasks @Accept application/json @Success 200 {object} models.Task @Failure 400 {object} shared.ApiBody "Bad Request" @Failure 500 {object} shared.ApiBody "Internal Error" @Router /tasks/{taskId}/rerun [post]

Types

This section is empty.

Jump to

Keyboard shortcuts

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