public class GitHubConnectionTester extends AbstractGitHubExecutor implements VcsConnectionTester
vcsRepositoryManagerHOST_KEY| Constructor and Description |
|---|
GitHubConnectionTester(VcsRepositoryManager vcsRepositoryManager) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ErrorCollection |
testConnection(@NotNull VcsRepositoryData repositoryData,
long timeout,
@NotNull TimeUnit unit)
Test connection to the repository within the given timeout.
|
getGitModuleDescriptor, githubToGitData@Inject public GitHubConnectionTester(VcsRepositoryManager vcsRepositoryManager)
@NotNull public @NotNull ErrorCollection testConnection(@NotNull @NotNull VcsRepositoryData repositoryData, long timeout, @NotNull @NotNull TimeUnit unit)
VcsConnectionTestertestConnection in interface VcsConnectionTesterrepositoryData - configuration to be testedtimeout - the maximum time to waitunit - the time unit of the timeout argumentCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.