Class AgentVcsManagerExImpl
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.vcs.AgentVcsManagerExImpl
-
- All Implemented Interfaces:
AgentVcsManagerEx
public class AgentVcsManagerExImpl extends Object implements AgentVcsManagerEx
- Author:
- Eugene Petrenko Created: 29.01.2009 13:48:16
-
-
Constructor Summary
Constructors Constructor Description AgentVcsManagerExImpl(AgentVcsRegistryEx vcsRegistry, CheckoutByIncludeRuleAdapter adapt, BuildAgentConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckoutSupport
findCheckoutSupport(String vcsName)
Collection<String>
getAvailableVcsSupports()
boolean
isAvailable(String vcsName)
-
-
-
Constructor Detail
-
AgentVcsManagerExImpl
public AgentVcsManagerExImpl(AgentVcsRegistryEx vcsRegistry, CheckoutByIncludeRuleAdapter adapt, BuildAgentConfiguration config)
-
-
Method Detail
-
findCheckoutSupport
@NotNull public CheckoutSupport findCheckoutSupport(@NotNull String vcsName) throws VcsException
- Specified by:
findCheckoutSupport
in interfaceAgentVcsManagerEx
- Throws:
VcsException
-
isAvailable
public boolean isAvailable(@NotNull String vcsName)
- Specified by:
isAvailable
in interfaceAgentVcsManagerEx
-
getAvailableVcsSupports
@NotNull public Collection<String> getAvailableVcsSupports()
- Specified by:
getAvailableVcsSupports
in interfaceAgentVcsManagerEx
-
-