plugin

package
v0.0.0-...-11f1334 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(settings Settings, pipeline drone.Pipeline, network drone.Network) drone.Plugin

New initializes a plugin from the given Settings, Pipeline, and Network.

Types

type MessageCard

type MessageCard struct {
	Type       string
	Context    string
	ThemeColor string
	Summary    string
	Sections   []MessageCardSection
}

type MessageCardSection

type MessageCardSection struct {
	ActivityTitle    string
	ActivitySubtitle string
	ActivityImage    string
	Facts            []MessageCardSectionFact
	Markdown         bool
}

type MessageCardSectionFact

type MessageCardSectionFact struct {
	Name  string
	Value string
}

type Plugin

type Plugin struct {
	// contains filtered or unexported fields
}

Plugin implements drone.Plugin to provide the plugin implementation.

func (*Plugin) Execute

func (p *Plugin) Execute() error

Execute provides the implementation of the plugin.

func (*Plugin) Validate

func (p *Plugin) Validate() error

Validate handles the settings validation of the plugin.

type Settings

type Settings struct {
	Webhook string
	Status  string
}

Settings for the plugin.

Jump to

Keyboard shortcuts

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