Module: Github
- Defined in:
- app/models/github/commit_status_report.rb,
app/models/github/event.rb,
app/models/github/pull_request.rb,
app/models/github/unauthorized.rb,
app/models/github/comment_event.rb,
app/models/github/diff_comment_event.rb,
app/models/github/post_receive_event.rb,
app/models/github/pull_request_event.rb,
app/models/github/issue_comment_event.rb,
app/models/github/commit_comment_event.rb
Overview
Github::CommitStatusReport
Publishes commit status to GitHub. Status is [pending, success, error, failure]
See also:
* http://developer.github.com/v3/repos/statuses/#create-a-status
* https://gist.github.com/justincampbell/5066394
You can read status back via an API as well:
https://api.github.com/repos/:owner/:repo/statuses/:sha?access_token=:token
Defined Under Namespace
Classes: CommentEvent, CommitCommentEvent, CommitStatusReport, DiffCommentEvent, Event, IssueCommentEvent, PostReceiveEvent, PullRequest, PullRequestEvent, Unauthorized