watson-ruby
watson-ruby copied to clipboard
Allow closing of issues from watson? Don't like that idea but maybe [lib/watson/bitbucket.rb]
filename : lib/watson/bitbucket.rb line # : 13 tag : todo md5 : e57eb5ea1ceb66d6f0b9e53b8885129e
# [todo] - Allow closing of issues from watson? Don't like that idea but maybe
# [todo] - Wrap Bitbucket password grabbing into separate method
# Include for debug_print
include Watson
#############################################################################
# Setup remote access to Bitbucket
# Get Username, Repo, and PW and perform necessary HTTP calls to check validity
def setup(config)
# Identify method entry
debug_print "#{ self.class } : #{ __method__ }\n"
Printer.print_status "+", GREEN
print BOLD + "Attempting to access Bitbucket...\n" + RESET