See the Check Runs API documentation for more information.
Constructors
-
Check
Runs Initializes a new GitHub Check Runs API clientClient(IApi Connection)
Methods
-
Create(Int64,
New sealed Creates a new check run for a specific commit in a repositoryCheck Run) -
Create(String,
String, sealed Creates a new check run for a specific commit in a repositoryNew Check Run) -
Get(Int64,
Int64) sealed Gets a single check run using its Id -
Get(String,
String, sealed Gets a single check run using its IdInt64) -
Get
All sealed Lists annotations for a check run using the check run IdAnnotations(Int64, Int64) -
Get
All sealed Lists annotations for a check run using the check run IdAnnotations(Int64, Int64, Api Options) -
Get
All sealed Lists annotations for a check run using the check run IdAnnotations(String, String, Int64) -
Get
All sealed Lists annotations for a check run using the check run IdAnnotations(String, String, Int64, Api Options) -
Get
All sealed Lists check runs for a check suite using its IdFor Check Suite(Int64, Int64) -
Get
All sealed Lists check runs for a check suite using its IdFor Check Suite(Int64, Int64, Check Run Request) -
Get
All sealed Lists check runs for a check suite using its IdFor Check Suite(Int64, Int64, Check Run Request, Api Options) -
Get
All sealed Lists check runs for a check suite using its IdFor Check Suite(String, String, Int64) -
Get
All sealed Lists check runs for a check suite using its IdFor Check Suite(String, String, Int64, Check Run Request) -
Get
All sealed Lists check runs for a check suite using its IdFor Check Suite(String, String, Int64, Check Run Request, Api Options) -
Get
All sealed Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag nameFor Reference(Int64, String) -
Get
All sealed Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag nameFor Reference(Int64, String, Check Run Request) -
Get
All sealed Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag nameFor Reference(Int64, String, Check Run Request, Api Options) -
Get
All sealed Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag nameFor Reference(String, String, String) -
Get
All sealed Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag nameFor Reference(String, String, String, Check Run Request) -
Get
All sealed Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag nameFor Reference(String, String, String, Check Run Request, Api Options) -
Update(Int64,
Int64, sealed Updates a check run for a specific commit in a repositoryCheck Run Update) -
Update(String,
String, sealed Updates a check run for a specific commit in a repositoryInt64, Check Run Update)