class Robot
Public Class Methods
ask_ticket_no()
click to toggle source
# File lib/ci_helper/message.rb, line 10 def ask_ticket_no puts 'Please Input ur next ticked number ' end
confirm_with_user_with_failures()
click to toggle source
# File lib/ci_helper/message.rb, line 22 def confirm_with_user_with_failures puts 'Are You still wanna crete a pull request ? Please make sure all the values are all unstable or you will be killed by Gadii >W<' end
console_link(link)
click to toggle source
# File lib/ci_helper/message.rb, line 14 def console_link(link) puts " Console link: #{link}" end
def(hello_msg)
click to toggle source
# File lib/ci_helper/message.rb, line 6 def def hello_msg end
teslant_failed()
click to toggle source
# File lib/ci_helper/message.rb, line 18 def teslant_failed end