Class BuildLogRemoteClient
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.BuildLogRemoteClient
-
- Direct Known Subclasses:
BuildLogRemoteFacade
,BuildLogRemoteIdResolver
public abstract class BuildLogRemoteClient extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildLogRemoteClient(HttpApi httpApi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.gson.Gson
getGson()
protected HttpApi.Response
send(String messageType, String body)
protected void
writeToStream(String messageType, String body, OutputStream destinationStream)
-
-
-
Constructor Detail
-
BuildLogRemoteClient
public BuildLogRemoteClient(@NotNull HttpApi httpApi)
-
-
Method Detail
-
getGson
@NotNull protected com.google.gson.Gson getGson()
-
send
@NotNull protected HttpApi.Response send(@NotNull String messageType, @NotNull String body)
-
writeToStream
protected void writeToStream(@NotNull String messageType, @NotNull String body, @NotNull OutputStream destinationStream)
-
-