commands

package
v0.0.0-...-5206ba3 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: BSD-3-Clause, BSD-3-Clause Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AffectedTargets

type AffectedTargets struct {
	*cobra.Command

	Start           string
	End             string
	RepoRoot        string
	PresubmitConfig string
	// contains filtered or unexported fields
}

func NewAffectedTargets

func NewAffectedTargets(root *Root) *AffectedTargets

type AffectedTargetsList

type AffectedTargetsList struct {
	*cobra.Command

	AffectedTargetsFile string
	AffectedTestsFile   string
	Parallel            bool

	bazel.GetModeOptions
	// contains filtered or unexported fields
}

func NewAffectedTargetsList

func NewAffectedTargetsList(parent *AffectedTargets) *AffectedTargetsList

func (*AffectedTargetsList) Run

func (c *AffectedTargetsList) Run(cmd *cobra.Command, args []string) error

type InvTargetsList

type InvTargetsList struct {
	*cobra.Command

	StatusFilter []string
	// contains filtered or unexported fields
}

func NewInvTargetsList

func NewInvTargetsList(parent *Invocations) *InvTargetsList

func (*InvTargetsList) Check

func (c *InvTargetsList) Check(cmd *cobra.Command, args []string) error

func (*InvTargetsList) Run

func (c *InvTargetsList) Run(cmd *cobra.Command, args []string) error

type Invocations

type Invocations struct {
	*cobra.Command

	InvID string
	// contains filtered or unexported fields
}

func NewInvocations

func NewInvocations(root *Root) *Invocations

type Root

type Root struct {
	*cobra.Command
	*client.BaseFlags

	BuildBuddyApiKey string
	BuildBuddyUrl    string
}

func New

func New(base *client.BaseFlags) *Root

func NewRoot

func NewRoot(base *client.BaseFlags) *Root

func (*Root) BuildBuddyClient

func (r *Root) BuildBuddyClient() (*bes.BuildBuddyClient, error)

Notes

Bugs

  • For events below - aborted events can come in with various event ID types, so only switching on the event ID type is insufficient.

Jump to

Keyboard shortcuts

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