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 ErrorError. fromXml(String xml)ErrorAgentServerResponse. getError()ErrorRunBuildCommandResult. 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 voidSingleNodeAgentCommandResult. error(Error error)voidAgentCommandsExecutor. failed(Error error, int commandId)voidMultiNodeAgentCommandsExecutor. failed(Error error, int commandId)voidPollingRemoteAgentConnection. failed(Error error, int commandId)voidSingleNodeAgentCommandsExecutor. failed(Error error, int commandId)
-