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.CommandAgentCommandsExecutor. getNextCommand()PollingRemoteAgentConnection.CommandMultiNodeAgentCommandsExecutor. getNextCommand()PollingRemoteAgentConnection.CommandPollingRemoteAgentConnection. getNextCommand()PollingRemoteAgentConnection.CommandSingleNodeAgentCommandsExecutor. 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.TaskDataMultiNodeAgentCommandsExecutor. createMultinodeTask(PollingRemoteAgentConnection.Command command, String identity)StringAgentCommandsExecutor. executeCommandAndWait(PollingRemoteAgentConnection.Command command)StringMultiNodeAgentCommandsExecutor. executeCommandAndWait(PollingRemoteAgentConnection.Command command)Synchronously execute commandStringSingleNodeAgentCommandsExecutor. executeCommandAndWait(PollingRemoteAgentConnection.Command command)Synchronously execute commandvoidAgentCommandsExecutor. scheduleCommand(PollingRemoteAgentConnection.Command command, jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.Callback callback)voidMultiNodeAgentCommandsExecutor. scheduleCommand(PollingRemoteAgentConnection.Command command, jetbrains.buildServer.serverSide.impl.agent.PollingRemoteAgentConnection.Callback callback)voidSingleNodeAgentCommandsExecutor. 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 voidAgentCommandsExecutor. unsubscribeFromNextCommand(com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command> future)voidMultiNodeAgentCommandsExecutor. unsubscribeFromNextCommand(com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command> future)Remove listener returned byMultiNodeAgentCommandsExecutor.subscribeToNextCommand()method.voidPollingRemoteAgentConnection. unsubscribeFromNextCommand(com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command> future)Remove listener returned byPollingRemoteAgentConnection.subscribeToNextCommand()method.voidSingleNodeAgentCommandsExecutor. unsubscribeFromNextCommand(com.google.common.util.concurrent.ListenableFuture<PollingRemoteAgentConnection.Command> future)Remove listener returned bySingleNodeAgentCommandsExecutor.subscribeToNextCommand()method.
-