public class Repositories extends Object
| Constructor and Description |
|---|
Repositories() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addGitHubRepositories(Map<String,LocalRepository> map,
org.kohsuke.github.GitHub github,
GithubOrganisation organisation,
File file) |
protected static void |
addRepository(Map<String,LocalRepository> map,
File gitDir,
GitRepository gitRepository) |
static List<LocalRepository> |
cloneOrPullRepositories(CommandSupport command,
Configuration configuration,
RepositoryConfig repositoryConfig) |
protected static List<LocalRepository> |
findRepositories(CommandSupport updateBot,
Configuration configuration,
RepositoryConfig repositoryConfig) |
public static List<LocalRepository> cloneOrPullRepositories(CommandSupport command, Configuration configuration, RepositoryConfig repositoryConfig) throws IOException
IOExceptionprotected static List<LocalRepository> findRepositories(CommandSupport updateBot, Configuration configuration, RepositoryConfig repositoryConfig) throws IOException
IOExceptionprotected static void addRepository(Map<String,LocalRepository> map, File gitDir, GitRepository gitRepository)
protected static void addGitHubRepositories(Map<String,LocalRepository> map, org.kohsuke.github.GitHub github, GithubOrganisation organisation, File file)
Copyright © 2076–2017 Red Hat. All rights reserved.