Constructors
-
Check
Run Creates a new Check RunUpdate()
Properties
- Actions Possible further actions the integrator can perform, which a user may trigger. Each action includes a label, identifier and description. A maximum of three actions are accepted
-
Completed
At Required if you provide conclusion. The time the check completed - Conclusion Required if you provide completed_at or a status of completed. The final conclusion of the check. Can be one of success, failure, neutral, cancelled, timed_out, or action_required. When the conclusion is action_required, additional details should be provided on the site specified by details_url. Note: Providing conclusion will automatically set the status parameter to completed
-
Debugger
Display -
Details
Url The URL of the integrator's site that has the full details of the check -
External
Id A reference for the run on the integrator's system - Name The name of the check. For example, "code-coverage"
- Output Check runs can accept a variety of data in the output object, including a title and summary and can optionally provide descriptive details about the run
-
Started
At The time that the check run began - Status The current status. Can be one of queued, in_progress, or completed. Default: queued