Class AgentServerProtocols
- java.lang.Object
-
- jetbrains.buildServer.agentServer.AgentServerProtocols
-
public class AgentServerProtocols extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
POLLING_ID
-
Constructor Summary
Constructors Constructor Description AgentServerProtocols()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getServerSupportedProtocols()
In 2021.2 we dropped the xml-rpc protocol so for now it's only 'polling'
-
-
-
Field Detail
-
POLLING_ID
public static final String POLLING_ID
- See Also:
- Constant Field Values
-
-