# File lib/stella/testplan.rb, line 415
    def postprocess
      @id &&= Gibbler::Digest.new(@id)
      # Calling plan calls Redis. 
      #@privacy = plan.privacy if Stella::Testplan === plan
      if Hash === @report
        @report = Stella::Report.from_hash @report
        @report.runid = runid
      end
      @planid &&= Gibbler::Digest.new(@planid)
    end