# File lib/stella/testplan.rb, line 425 def hostid # NOTE: This method is needed only until May 30 or so. # (there was an issue where incidents were not including a hostid) @hostid || (plan.nil? ? nil : plan.hostid) end