Class ReportFetch

    • Constructor Summary

      Constructors 
      Constructor Description
      ReportFetch​(ReportingGatewayHook hook, java.lang.String project, java.lang.String reportPath, java.util.Map<java.lang.String,​java.lang.Object> parameters, java.util.function.Consumer<java.lang.String> failureHandler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fetch​(javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportFetch

        public ReportFetch​(ReportingGatewayHook hook,
                           java.lang.String project,
                           java.lang.String reportPath,
                           java.util.Map<java.lang.String,​java.lang.Object> parameters,
                           java.util.function.Consumer<java.lang.String> failureHandler)
    • Method Detail

      • fetch

        public void fetch​(javax.servlet.http.HttpServletResponse response)
                   throws java.io.IOException
        Specified by:
        fetch in interface FetchableCache.Fetchable
        Throws:
        java.io.IOException