Uses of Interface
jetbrains.buildServer.xmlrpc.XmlRpcTarget.Cancelable
-
Packages that use XmlRpcTarget.Cancelable Package Description jetbrains.buildServer.agent.impl jetbrains.buildServer.xmlrpc -
-
Uses of XmlRpcTarget.Cancelable in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl with parameters of type XmlRpcTarget.Cancelable Modifier and Type Method Description ObjectBaseAgentSpringTestCase. call(String method, Object[] parameters, XmlRpcTarget.Cancelable cancelable) -
Uses of XmlRpcTarget.Cancelable in jetbrains.buildServer.xmlrpc
Methods in jetbrains.buildServer.xmlrpc with parameters of type XmlRpcTarget.Cancelable Modifier and Type Method Description ObjectAbstractXmlRpcTarget. call(String method, Object[] parameters, XmlRpcTarget.Cancelable cancelable)ObjectXmlRpcTarget. call(String method, Object[] parameters, XmlRpcTarget.Cancelable cancelable)protected voidAbstractXmlRpcTarget. callWithCancelable(String method, Object[] parameters, Object[] result, XmlRpcTarget.Cancelable cancelable)
-