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 CheckoutSupport
findCheckoutSupport(String name)
Collection<String>
getAvailableVcsSupports()
boolean
isAvailable(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()
-
-