CheckRunOutput class

Annotations
  • @immutable

Constructors

CheckRunOutput({required String title, required String summary, String? text, List<CheckRunAnnotation>? annotations, List<CheckRunImage>? images})
const

Properties

annotations List<CheckRunAnnotation>?
Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run.
final
hashCode int
The hash code for this object.
no setterinherited
images List<CheckRunImage>?
Adds images to the output displayed in the GitHub pull request UI.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String
The summary of the check run. This parameter supports Markdown.
final
text String?
The details of the check run. This parameter supports Markdown.
final
title String
The title of the check run.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited