Class BuildLogRemoteClient

    • Constructor Detail

      • BuildLogRemoteClient

        public BuildLogRemoteClient​(@NotNull
                                    HttpApi httpApi)
    • Method Detail

      • getGson

        @NotNull
        protected com.google.gson.Gson getGson()
      • writeToStream

        protected void writeToStream​(@NotNull
                                     String messageType,
                                     @NotNull
                                     String body,
                                     @NotNull
                                     OutputStream destinationStream)