pluginafter

package
v0.0.0-...-5447720 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdPluginAfter

func NewCmdPluginAfter() *cobra.Command

Types

type PluginJSON

type PluginJSON struct {
	Pipeline     string       `json:"pipeline"`
	StageIndex   int          `json:"stage_index"`
	JobIndex     int          `json:"job_index"`
	PluginIndex  int          `json:"plugin_index"`
	PluginOutput PluginOutput `json:"plugin_output"`
}

type PluginOutput

type PluginOutput struct {
	Status    string                 `json:"status"`
	Message   string                 `json:"message"`
	ErrorCode int                    `json:"errorCode"`
	Type      string                 `json:"type"`
	Data      map[string]interface{} `json:"data"`
}

type RunOptions

type RunOptions struct {
	Pipeline         string
	StageIndex       int
	JobIndex         int
	PluginIndex      int
	PluginOutputPath string
}

Jump to

Keyboard shortcuts

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