Interface AgentVcsManagerEx
-
- All Known Implementing Classes:
AgentVcsManagerExImpl
public interface AgentVcsManagerEx- Since:
- 4.5
- Author:
- Eugene Petrenko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckoutSupportfindCheckoutSupport(String name)Collection<String>getAvailableVcsSupports()booleanisAvailable(String vcsName)
-
-
-
Method Detail
-
findCheckoutSupport
@NotNull CheckoutSupport findCheckoutSupport(@NotNull String name) throws VcsException
- Throws:
VcsException
-
isAvailable
boolean isAvailable(@NotNull String vcsName)
-
getAvailableVcsSupports
@NotNull Collection<String> getAvailableVcsSupports()
-
-