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 Object
BaseAgentSpringTestCase. 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 Object
AbstractXmlRpcTarget. call(String method, Object[] parameters, XmlRpcTarget.Cancelable cancelable)
Object
XmlRpcTarget. call(String method, Object[] parameters, XmlRpcTarget.Cancelable cancelable)
protected void
AbstractXmlRpcTarget. callWithCancelable(String method, Object[] parameters, Object[] result, XmlRpcTarget.Cancelable cancelable)
-