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 CheckoutSupportfindCheckoutSupport(String vcsName)Collection<String>getAvailableVcsSupports()booleanisAvailable(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:
findCheckoutSupportin interfaceAgentVcsManagerEx- Throws:
VcsException
-
isAvailable
public boolean isAvailable(@NotNull String vcsName)- Specified by:
isAvailablein interfaceAgentVcsManagerEx
-
getAvailableVcsSupports
@NotNull public Collection<String> getAvailableVcsSupports()
- Specified by:
getAvailableVcsSupportsin interfaceAgentVcsManagerEx
-
-