list

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdList

func NewCmdList(f *cmdutil.Factory, runF func(*ListOptions) error) *cobra.Command

Types

type ListOptions

type ListOptions struct {
	HttpClient func() (*http.Client, error)
	IO         *iostreams.IOStreams
	BaseRepo   func() (bbrepo.Interface, error)

	Environment string
}

type PipelineVariable

type PipelineVariable struct {
	UUID    string `json:"uuid"`
	Key     string `json:"key"`
	Value   string `json:"value"`
	Secured bool   `json:"secured"`
}

PipelineVariable represents a Bitbucket pipeline variable

type PipelineVariableList

type PipelineVariableList struct {
	Size     int                `json:"size"`
	Page     int                `json:"page"`
	PageLen  int                `json:"pagelen"`
	Next     string             `json:"next"`
	Previous string             `json:"previous"`
	Values   []PipelineVariable `json:"values"`
}

PipelineVariableList represents a paginated list of pipeline variables

Jump to

Keyboard shortcuts

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