issue_state

package
v0.0.173 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use IssueInfo.ProtoReflect.Descriptor instead.

func (*IssueInfo) GetIsAutobug

func (x *IssueInfo) GetIsAutobug() bool

func (*IssueInfo) GetIsFlakinessBug added in v0.0.25

func (x *IssueInfo) GetIsFlakinessBug() bool

func (*IssueInfo) GetIssueId

func (x *IssueInfo) GetIssueId() string

func (*IssueInfo) GetLastModified

func (x *IssueInfo) GetLastModified() float64

func (*IssueInfo) GetRowIds

func (x *IssueInfo) GetRowIds() []string

func (*IssueInfo) GetRunIds

func (x *IssueInfo) GetRunIds() []string

func (*IssueInfo) GetTargetsAndMethods

func (x *IssueInfo) GetTargetsAndMethods() []*TargetAndMethods

func (*IssueInfo) GetTitle

func (x *IssueInfo) GetTitle() string

func (*IssueInfo) ProtoMessage

func (*IssueInfo) ProtoMessage()

func (*IssueInfo) ProtoReflect added in v0.0.91

func (x *IssueInfo) ProtoReflect() protoreflect.Message

func (*IssueInfo) Reset

func (x *IssueInfo) Reset()

func (*IssueInfo) String

func (x *IssueInfo) String() string

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

Jump to

Keyboard shortcuts

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