module Octokit::Client::Statuses
Overview
Methods for the Commit Statuses API
See Also:
Direct including types
Defined in:
octokit/client/statuses.crInstance Method Summary
-
#combined_status(repo, ref)
Get the combined status for a ref.
-
#create_status(repo, sha, state, **options)
Create a status for a commit.
-
#statuses(repo, sha)
List all statuses for a given commit.