public interface VcsConnectionTester
| Modifier and Type | Field and Description |
|---|---|
static String |
HOST_KEY
Marker field for error messages related to host key verification.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
testConnection(VcsRepositoryData repositoryData,
long timeout,
TimeUnit unit)
Test connection to the repository within the given timeout.
|
static final String HOST_KEY
@NotNull ErrorCollection testConnection(@NotNull VcsRepositoryData repositoryData, long timeout, @NotNull TimeUnit unit)
repositoryData - configuration to be testedtimeout - the maximum time to waitunit - the time unit of the timeout argumentCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.