Lines Matching defs:Job
137 type Job struct { struct
138 Created time.Time
139 User string
140 CC []string
141 Reporting string
142 ExtID string // email Message-ID
143 Link string // web link for the job (e.g. email in the group)
144 Namespace string
145 Manager string
146 BugTitle string
147 CrashID int64
150 KernelRepo string
151 KernelBranch string
152 Patch int64 // reference to Patch text entity
154 Attempts int // number of times we tried to execute this job
155 Started time.Time
156 Finished time.Time // if set, job is finished
159 CrashTitle string // if empty, we did not hit crash during testing
160 CrashLog int64 // reference to CrashLog text entity
161 CrashReport int64 // reference to CrashReport text entity
162 BuildID string
163 Error int64 // reference to Error text entity, if set job failed
165 Reported bool // have we reported result back to user?