class Kuroko2::Workflow::Notifier::Hipchat
def send_additional_text_to_hipchat
def send_additional_text_to_hipchat if @definition.hipchat_additional_text.present? message = message_builder.additional_text send_to_hipchat(message, color: 'red', notify: true, format: 'text') end end