Documentation ¶
Index ¶
- Variables
- type IssueInfo
- func (*IssueInfo) Descriptor() ([]byte, []int)deprecated
- func (x *IssueInfo) GetIsAutobug() bool
- func (x *IssueInfo) GetIsFlakinessBug() bool
- func (x *IssueInfo) GetIssueId() string
- func (x *IssueInfo) GetLastModified() float64
- func (x *IssueInfo) GetRowIds() []string
- func (x *IssueInfo) GetRunIds() []string
- func (x *IssueInfo) GetTargetsAndMethods() []*TargetAndMethods
- func (x *IssueInfo) GetTitle() string
- func (*IssueInfo) ProtoMessage()
- func (x *IssueInfo) ProtoReflect() protoreflect.Message
- func (x *IssueInfo) Reset()
- func (x *IssueInfo) String() string
- type IssueState
- type TargetAndMethods
- func (*TargetAndMethods) Descriptor() ([]byte, []int)deprecated
- func (x *TargetAndMethods) GetMethodNames() []string
- func (x *TargetAndMethods) GetTargetName() string
- func (*TargetAndMethods) ProtoMessage()
- func (x *TargetAndMethods) ProtoReflect() protoreflect.Message
- func (x *TargetAndMethods) Reset()
- func (x *TargetAndMethods) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_issue_state_proto protoreflect.FileDescriptor
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"` // Issue title or description. IsAutobug bool `protobuf:"varint,3,opt,name=is_autobug,json=isAutobug,proto3" json:"is_autobug,omitempty"` // True if auto-created by TestGrid for a failing test. IsFlakinessBug bool `protobuf:"varint,8,opt,name=is_flakiness_bug,json=isFlakinessBug,proto3" json:"is_flakiness_bug,omitempty"` // True if auto-created by TestGrid for a flaky test. LastModified float64 `protobuf:"fixed64,4,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"` // In seconds since epoch. RowIds []string `protobuf:"bytes,5,rep,name=row_ids,json=rowIds,proto3" json:"row_ids,omitempty"` // Associated row IDs (mentioned in the issue). // 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"` // contains filtered or unexported fields }
func (*IssueInfo) Descriptor
deprecated
func (*IssueInfo) GetIsAutobug ¶
func (*IssueInfo) GetIsFlakinessBug ¶ added in v0.0.25
func (*IssueInfo) GetIssueId ¶
func (*IssueInfo) GetLastModified ¶
func (*IssueInfo) GetTargetsAndMethods ¶
func (x *IssueInfo) GetTargetsAndMethods() []*TargetAndMethods
func (*IssueInfo) ProtoMessage ¶
func (*IssueInfo) ProtoMessage()
func (*IssueInfo) ProtoReflect ¶ added in v0.0.91
func (x *IssueInfo) ProtoReflect() protoreflect.Message
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"` // contains filtered or unexported fields }
func (*IssueState) Descriptor
deprecated
func (*IssueState) Descriptor() ([]byte, []int)
Deprecated: Use IssueState.ProtoReflect.Descriptor instead.
func (*IssueState) GetIssueInfo ¶
func (x *IssueState) GetIssueInfo() []*IssueInfo
func (*IssueState) ProtoMessage ¶
func (*IssueState) ProtoMessage()
func (*IssueState) ProtoReflect ¶ added in v0.0.91
func (x *IssueState) ProtoReflect() protoreflect.Message
func (*IssueState) Reset ¶
func (x *IssueState) Reset()
func (*IssueState) String ¶
func (x *IssueState) String() string
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"` // contains filtered or unexported fields }
func (*TargetAndMethods) Descriptor
deprecated
func (*TargetAndMethods) Descriptor() ([]byte, []int)
Deprecated: Use TargetAndMethods.ProtoReflect.Descriptor instead.
func (*TargetAndMethods) GetMethodNames ¶
func (x *TargetAndMethods) GetMethodNames() []string
func (*TargetAndMethods) GetTargetName ¶
func (x *TargetAndMethods) GetTargetName() string
func (*TargetAndMethods) ProtoMessage ¶
func (*TargetAndMethods) ProtoMessage()
func (*TargetAndMethods) ProtoReflect ¶ added in v0.0.91
func (x *TargetAndMethods) ProtoReflect() protoreflect.Message
func (*TargetAndMethods) Reset ¶
func (x *TargetAndMethods) Reset()
func (*TargetAndMethods) String ¶
func (x *TargetAndMethods) String() string
Click to show internal directories.
Click to hide internal directories.