Uses of Class
jetbrains.buildServer.agent.impl.RemoteAction
-
Packages that use RemoteAction Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl -
-
Uses of RemoteAction in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent with parameters of type RemoteAction Modifier and Type Method Description voidAgentLogProxy. runRemote(String buildId, RemoteAction action)Run remote action, which can be queued for later execution if server is not accessiblevoidAgentLogProxy. runRemoteAndWait(String buildId, RemoteAction action)Runs remote action and waits till it is executed. -
Uses of RemoteAction in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl with parameters of type RemoteAction Modifier and Type Method Description voidAgentLogProxyImpl. runRemote(String buildId, RemoteAction action)voidAgentLogProxyImpl. runRemoteAndWait(String buildId, RemoteAction action)booleanRemoteAction. tryToMerge(RemoteAction action)
-