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
type InvTargetsList ¶
type InvTargetsList struct { *cobra.Command StatusFilter []string // contains filtered or unexported fields }
func NewInvTargetsList ¶
func NewInvTargetsList(parent *Invocations) *InvTargetsList
type Invocations ¶
func NewInvocations ¶
func NewInvocations(root *Root) *Invocations
type 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.
Click to show internal directories.
Click to hide internal directories.