Uses of Class
jetbrains.buildServer.agentServer.polling.Error
-
Packages that use Error Package Description jetbrains.buildServer.agentServer.polling jetbrains.buildServer.serverSide.impl.agent -
-
Uses of Error in jetbrains.buildServer.agentServer.polling
Methods in jetbrains.buildServer.agentServer.polling that return Error Modifier and Type Method Description static Error
Error. fromXml(String xml)
Error
AgentServerResponse. getError()
Error
RunBuildCommandResult. getError()
Constructors in jetbrains.buildServer.agentServer.polling with parameters of type Error Constructor Description AgentServerResponse(Error error)
RunBuildCommandResult(Error error)
-
Uses of Error in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent with parameters of type Error Modifier and Type Method Description void
SingleNodeAgentCommandResult. error(Error error)
void
AgentCommandsExecutor. failed(Error error, int commandId)
void
MultiNodeAgentCommandsExecutor. failed(Error error, int commandId)
void
PollingRemoteAgentConnection. failed(Error error, int commandId)
void
SingleNodeAgentCommandsExecutor. failed(Error error, int commandId)
-