class Pronto::Formatter::BitbucketFormatter
Public Class Methods
Source
# File lib/pronto/formatter/bitbucket_formatter.rb, line 4 def self.name 'bitbucket' end
Public Instance Methods
Source
# File lib/pronto/formatter/bitbucket_formatter.rb, line 8 def client_module Bitbucket end
Source
# File lib/pronto/formatter/bitbucket_formatter.rb, line 16 def line_number(message, _) message.line.new_lineno if message.line end
Source
# File lib/pronto/formatter/bitbucket_formatter.rb, line 12 def pretty_name 'BitBucket' end