Class BuildAgentFactoryImplForTests
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.BuildAgentFactoryImplForTests
-
public class BuildAgentFactoryImplForTests extends Object
- Author:
- Eugene Petrenko Created: 08.09.2009 13:05:25
-
-
Constructor Summary
Constructors Constructor Description BuildAgentFactoryImplForTests(BuildAgentFactoryImpl factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildAgentBuilder
createXmlRpcBasedAgent(String hostAddress, int port, String agentName, String agentAuthorizationToken, String agentPingCode)
-
-
-
Constructor Detail
-
BuildAgentFactoryImplForTests
public BuildAgentFactoryImplForTests(BuildAgentFactoryImpl factory)
-
-
Method Detail
-
createXmlRpcBasedAgent
public BuildAgentBuilder createXmlRpcBasedAgent(String hostAddress, int port, String agentName, @NotNull String agentAuthorizationToken, @NotNull String agentPingCode) throws MalformedURLException
- Throws:
MalformedURLException
-
-