app/models/project_services/hip_chat_service.rb [53:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    case commit.status.to_sym
    when :failed
      true
    when :success
      true unless notify_only_broken_builds?
    else
      false
    end
  end

  def execute(build)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/models/project_services/slack_service.rb [52:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    case commit.status.to_sym
    when :failed
      true
    when :success
      true unless notify_only_broken_builds?
    else
      false
    end
  end

  def execute(build)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



