public interface TestConnectionSupport extends VcsExtension
Modifier and Type | Method and Description |
---|---|
java.lang.String |
testConnection(VcsRoot vcsRoot)
Called to test connection to the given VCS root.
|
@Nullable java.lang.String testConnection(@NotNull VcsRoot vcsRoot) throws VcsException
vcsRoot
- root to be testednull
if no additional information shall be displayed to the user in case
of successful connection.VcsException
- - throw this exception if connection failed