Documentation ¶
Index ¶
- type IssueInfo
- func (*IssueInfo) Descriptor() ([]byte, []int)
- func (m *IssueInfo) GetIsAutobug() bool
- func (m *IssueInfo) GetIsFlakinessBug() bool
- func (m *IssueInfo) GetIssueId() string
- func (m *IssueInfo) GetLastModified() float64
- func (m *IssueInfo) GetRowIds() []string
- func (m *IssueInfo) GetRunIds() []string
- func (m *IssueInfo) GetTargetsAndMethods() []*TargetAndMethods
- func (m *IssueInfo) GetTitle() string
- func (*IssueInfo) ProtoMessage()
- func (m *IssueInfo) Reset()
- func (m *IssueInfo) String() string
- func (m *IssueInfo) XXX_DiscardUnknown()
- func (m *IssueInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IssueInfo) XXX_Merge(src proto.Message)
- func (m *IssueInfo) XXX_Size() int
- func (m *IssueInfo) XXX_Unmarshal(b []byte) error
- type IssueState
- func (*IssueState) Descriptor() ([]byte, []int)
- func (m *IssueState) GetIssueInfo() []*IssueInfo
- func (*IssueState) ProtoMessage()
- func (m *IssueState) Reset()
- func (m *IssueState) String() string
- func (m *IssueState) XXX_DiscardUnknown()
- func (m *IssueState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IssueState) XXX_Merge(src proto.Message)
- func (m *IssueState) XXX_Size() int
- func (m *IssueState) XXX_Unmarshal(b []byte) error
- type TargetAndMethods
- func (*TargetAndMethods) Descriptor() ([]byte, []int)
- func (m *TargetAndMethods) GetMethodNames() []string
- func (m *TargetAndMethods) GetTargetName() string
- func (*TargetAndMethods) ProtoMessage()
- func (m *TargetAndMethods) Reset()
- func (m *TargetAndMethods) String() string
- func (m *TargetAndMethods) XXX_DiscardUnknown()
- func (m *TargetAndMethods) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TargetAndMethods) XXX_Merge(src proto.Message)
- func (m *TargetAndMethods) XXX_Size() int
- func (m *TargetAndMethods) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueInfo ¶
type IssueInfo struct { IssueId string `protobuf:"bytes,1,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` IsAutobug bool `protobuf:"varint,3,opt,name=is_autobug,json=isAutobug,proto3" json:"is_autobug,omitempty"` IsFlakinessBug bool `protobuf:"varint,8,opt,name=is_flakiness_bug,json=isFlakinessBug,proto3" json:"is_flakiness_bug,omitempty"` LastModified float64 `protobuf:"fixed64,4,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"` RowIds []string `protobuf:"bytes,5,rep,name=row_ids,json=rowIds,proto3" json:"row_ids,omitempty"` // Run IDs used to associate this issue with a particular target (in case of repeats, or across // runs on different dashboards). RunIds []string `protobuf:"bytes,6,rep,name=run_ids,json=runIds,proto3" json:"run_ids,omitempty"` // Targets + methods associated with this issue. // Only set if test group's `link_bugs_by_test_methods` is True, else all targets + methods will // be linked to this issue. TargetsAndMethods []*TargetAndMethods `protobuf:"bytes,7,rep,name=targets_and_methods,json=targetsAndMethods,proto3" json:"targets_and_methods,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IssueInfo) Descriptor ¶
func (*IssueInfo) GetIsAutobug ¶
func (*IssueInfo) GetIsFlakinessBug ¶ added in v0.0.25
func (*IssueInfo) GetIssueId ¶
func (*IssueInfo) GetLastModified ¶
func (*IssueInfo) GetTargetsAndMethods ¶
func (m *IssueInfo) GetTargetsAndMethods() []*TargetAndMethods
func (*IssueInfo) ProtoMessage ¶
func (*IssueInfo) ProtoMessage()
func (*IssueInfo) XXX_DiscardUnknown ¶
func (m *IssueInfo) XXX_DiscardUnknown()
func (*IssueInfo) XXX_Marshal ¶
func (*IssueInfo) XXX_Unmarshal ¶
type IssueState ¶
type IssueState struct { // List of collected info for bugs. IssueInfo []*IssueInfo `protobuf:"bytes,1,rep,name=issue_info,json=issueInfo,proto3" json:"issue_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IssueState) Descriptor ¶
func (*IssueState) Descriptor() ([]byte, []int)
func (*IssueState) GetIssueInfo ¶
func (m *IssueState) GetIssueInfo() []*IssueInfo
func (*IssueState) ProtoMessage ¶
func (*IssueState) ProtoMessage()
func (*IssueState) Reset ¶
func (m *IssueState) Reset()
func (*IssueState) String ¶
func (m *IssueState) String() string
func (*IssueState) XXX_DiscardUnknown ¶
func (m *IssueState) XXX_DiscardUnknown()
func (*IssueState) XXX_Marshal ¶
func (m *IssueState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IssueState) XXX_Merge ¶
func (m *IssueState) XXX_Merge(src proto.Message)
func (*IssueState) XXX_Size ¶
func (m *IssueState) XXX_Size() int
func (*IssueState) XXX_Unmarshal ¶
func (m *IssueState) XXX_Unmarshal(b []byte) error
type TargetAndMethods ¶
type TargetAndMethods struct { TargetName string `protobuf:"bytes,1,opt,name=target_name,json=targetName,proto3" json:"target_name,omitempty"` MethodNames []string `protobuf:"bytes,2,rep,name=method_names,json=methodNames,proto3" json:"method_names,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TargetAndMethods) Descriptor ¶
func (*TargetAndMethods) Descriptor() ([]byte, []int)
func (*TargetAndMethods) GetMethodNames ¶
func (m *TargetAndMethods) GetMethodNames() []string
func (*TargetAndMethods) GetTargetName ¶
func (m *TargetAndMethods) GetTargetName() string
func (*TargetAndMethods) ProtoMessage ¶
func (*TargetAndMethods) ProtoMessage()
func (*TargetAndMethods) Reset ¶
func (m *TargetAndMethods) Reset()
func (*TargetAndMethods) String ¶
func (m *TargetAndMethods) String() string
func (*TargetAndMethods) XXX_DiscardUnknown ¶
func (m *TargetAndMethods) XXX_DiscardUnknown()
func (*TargetAndMethods) XXX_Marshal ¶
func (m *TargetAndMethods) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TargetAndMethods) XXX_Merge ¶
func (m *TargetAndMethods) XXX_Merge(src proto.Message)
func (*TargetAndMethods) XXX_Size ¶
func (m *TargetAndMethods) XXX_Size() int
func (*TargetAndMethods) XXX_Unmarshal ¶
func (m *TargetAndMethods) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.