Documentation
¶
Overview ¶
Package issues implements the "krci sonar issues" command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdIssues ¶
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.
Click to show internal directories.
Click to hide internal directories.