jetbrains.buildServer.vcs
Interface TestConnectionSupport

All Known Implementing Classes:
VcsSupport

public interface TestConnectionSupport

Author:
Sergey.Anchipolevsky Date: 09.02.2009

Method Summary
 java.lang.String testConnection(VcsRoot vcsRoot)
          Called to test connection to the given VCS root.
 

Method Detail

testConnection

@Nullable
java.lang.String testConnection(@NotNull
                                         VcsRoot vcsRoot)
                                throws VcsException
Called to test connection to the given VCS root.

Parameters:
vcsRoot - root to be tested
Returns:
current connection description or null if no additional information shall be displayed to the user in case of successful connection.
Throws:
VcsException - - throw this exception if connection failed