issues

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package issues implements the "krci sonar issues" command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdIssues

func NewCmdIssues(f *cmdutil.Factory, runF func(*IssuesOptions) error) *cobra.Command

NewCmdIssues returns the "sonar issues" cobra.Command.

Types

type IssuesOptions

type IssuesOptions struct {
	IO           *iostreams.IOStreams
	RestClient   func() (*restapi.ClientWithResponses, error)
	Project      string
	PullRequest  string
	Branch       string
	Types        []string
	Severities   []string
	Statuses     []string
	Resolved     bool
	Sort         string
	Asc          bool
	Page         int
	PageSize     int
	OutputFormat string
	// contains filtered or unexported fields
}

IssuesOptions holds all inputs for `krci sonar issues <project>`.

func (*IssuesOptions) Normalized

func (o *IssuesOptions) Normalized() portal.SonarIssuesParams

Normalized returns the post-validation portal payload. Intended for tests.

Jump to

Keyboard shortcuts

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