Uses of Class
jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.Command
-
Packages that use PollingRemoteAgentConnection.Command Package Description jetbrains.buildServer.serverSide.impl.agent -
-
Uses of PollingRemoteAgentConnection.Command in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent that return PollingRemoteAgentConnection.Command Modifier and Type Method Description PollingRemoteAgentConnection.Command
AgentCommandsExecutor. getNextCommand()
PollingRemoteAgentConnection.Command
MultiNodeAgentCommandsExecutor. getNextCommand()
PollingRemoteAgentConnection.Command
PollingRemoteAgentConnection. getNextCommand()
PollingRemoteAgentConnection.Command
SingleNodeAgentCommandsExecutor. getNextCommand()
Methods in jetbrains.buildServer.serverSide.impl.agent that return types with arguments of type PollingRemoteAgentConnection.Command Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command>
AgentCommandsExecutor. subscribeToNextCommand()
com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command>
MultiNodeAgentCommandsExecutor. subscribeToNextCommand()
Allows to subscribe to the next command for the agent.com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command>
PollingRemoteAgentConnection. subscribeToNextCommand()
Allows to subscribe to the next command for the agent.com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command>
SingleNodeAgentCommandsExecutor. subscribeToNextCommand()
Allows to subscribe to the next command for the agent.Methods in jetbrains.buildServer.serverSide.impl.agent with parameters of type PollingRemoteAgentConnection.Command Modifier and Type Method Description static MultiNodeTasks.TaskData
MultiNodeAgentCommandsExecutor. createMultinodeTask(PollingRemoteAgentConnection.Command command, String identity)
String
AgentCommandsExecutor. executeCommandAndWait(PollingRemoteAgentConnection.Command command)
String
MultiNodeAgentCommandsExecutor. executeCommandAndWait(PollingRemoteAgentConnection.Command command)
Synchronously execute commandString
SingleNodeAgentCommandsExecutor. executeCommandAndWait(PollingRemoteAgentConnection.Command command)
Synchronously execute commandvoid
AgentCommandsExecutor. scheduleCommand(PollingRemoteAgentConnection.Command command, jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.Callback callback)
void
MultiNodeAgentCommandsExecutor. scheduleCommand(PollingRemoteAgentConnection.Command command, jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.Callback callback)
void
SingleNodeAgentCommandsExecutor. scheduleCommand(PollingRemoteAgentConnection.Command command, jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.Callback callback)
Method parameters in jetbrains.buildServer.serverSide.impl.agent with type arguments of type PollingRemoteAgentConnection.Command Modifier and Type Method Description void
AgentCommandsExecutor. unsubscribeFromNextCommand(com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command> future)
void
MultiNodeAgentCommandsExecutor. unsubscribeFromNextCommand(com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command> future)
Remove listener returned byMultiNodeAgentCommandsExecutor.subscribeToNextCommand()
method.void
PollingRemoteAgentConnection. unsubscribeFromNextCommand(com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command> future)
Remove listener returned byPollingRemoteAgentConnection.subscribeToNextCommand()
method.void
SingleNodeAgentCommandsExecutor. unsubscribeFromNextCommand(com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command> future)
Remove listener returned bySingleNodeAgentCommandsExecutor.subscribeToNextCommand()
method.
-