class Danger::RequestSources::GitHubSource::ReviewUnsupported
Attributes
Public Class Methods
Source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 7 def initialize; end
Public Instance Methods
Source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 17 def fail(message, sticky = true, file = nil, line = nil); end
Source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 19 def markdown(message, file = nil, line = nil); end
Source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 13 def message(message, sticky = true, file = nil, line = nil); end
Source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 9 def start; end
Source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 11 def submit; end
Source
# File lib/danger/request_sources/github/github_review_unsupported.rb, line 15 def warn(message, sticky = true, file = nil, line = nil); end