Part of lp.code.interfaces.codeimportresult View In Hierarchy
| Int | id | Undocumented |
| Datetime | date_created | Undocumented |
| Object | code_import | The code import for which the job was run. |
| Object | machine | The machine the job ran on. |
| Object | requesting_user | The user that requested the import, if any. |
| Text | log_excerpt | The last few lines of the partial log, in case it is set. |
| Object | log_file | A partial log of the job for users to see. It is normally only recorded if the job failed in a step that interacts with the remote repository. If a job was successful, or failed in a houskeeping step, the log file would not contain information useful to the user. |
| Choice | status | How the job ended. Success, some kind of failure, or some kind of interruption before completion. |
| Datetime | date_job_started | When the job started running. |
| Datetime | date_job_finished | When the job stopped running. |
| Attribute | job_duration | How long did the job take to run. |