Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTaskByPipeline ¶ added in v0.15.0
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 ¶ added in v0.15.0
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.