Package jetbrains.buildServer.agent.impl
Class XmlRpcLogHandler
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.XmlRpcLogHandler
-
public class XmlRpcLogHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlRpcLogHandler(BuildAgentImpl buildAgent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
log(String buildId, Vector messagesXml)
Called from running subprocesses via xmlrpc.boolean
shutdown()
boolean
shutdownWaitForBuild()
-
-
-
Constructor Detail
-
XmlRpcLogHandler
public XmlRpcLogHandler(BuildAgentImpl buildAgent)
-
-
Method Detail
-
log
public boolean log(String buildId, Vector messagesXml)
Called from running subprocesses via xmlrpc. We should deserialize, run through BuildMessagesTranslators, serialize and send to server using AgentLogProxy
-
shutdown
public boolean shutdown()
-
shutdownWaitForBuild
public boolean shutdownWaitForBuild()
-
-