gitlab

package
v0.2.15 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package gitlab provides an EnginePlugin that registers GitLab CI integration:

  • Module types: gitlab.webhook, gitlab.client
  • Step types: step.gitlab_trigger_pipeline, step.gitlab_pipeline_status, step.gitlab_create_mr, step.gitlab_mr_comment, step.gitlab_parse_webhook

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct {
	plugin.BaseEnginePlugin
}

Plugin registers GitLab CI module types and pipeline step types.

func New

func New() *Plugin

New creates a new GitLab plugin.

func (*Plugin) Capabilities

func (p *Plugin) Capabilities() []capability.Contract

Capabilities returns the capability contracts defined by this plugin.

func (*Plugin) ModuleFactories

func (p *Plugin) ModuleFactories() map[string]plugin.ModuleFactory

ModuleFactories returns factories for gitlab.webhook and gitlab.client module types.

func (*Plugin) StepFactories

func (p *Plugin) StepFactories() map[string]plugin.StepFactory

StepFactories returns factories for the GitLab pipeline step types.

Jump to

Keyboard shortcuts

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