| Package | Description |
|---|---|
| io.fabric8.updatebot | |
| io.fabric8.updatebot.commands | |
| io.fabric8.updatebot.git | |
| io.fabric8.updatebot.github | |
| io.fabric8.updatebot.repository | |
| io.fabric8.updatebot.support |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
UpdateBot.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static CommandSupport |
UpdateBot.parseCommand(String[] args,
Configuration config,
boolean defaultToHelp)
Parses the command from the given command line arguments or returns null if there is no command found
|
void |
UpdateBot.setConfig(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
CommandContext.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalRepository> |
CommandSupport.cloneOrPullRepositories(Configuration configuration) |
protected CommandContext |
PushSourceChanges.createCommandContext(LocalRepository repository,
Configuration configuration) |
protected CommandContext |
CommandSupport.createCommandContext(LocalRepository repository,
Configuration configuration) |
protected LocalRepository |
PushSourceChanges.findLocalRepository(Configuration configuration)
Lets find the repository for the given directory so that we can extract any extra configuration like the
GitRepositoryConfig for a local repository |
List<LocalRepository> |
CommandSupport.getLocalRepositories(Configuration configuration) |
RepositoryConfig |
CommandSupport.getRepositoryConfig(Configuration configuration) |
ParentContext |
CommandSupport.run(Configuration configuration) |
ParentContext |
Help.run(Configuration configuration) |
protected void |
PushSourceChanges.validateConfiguration(Configuration configuration) |
protected void |
CommandSupport.validateConfiguration(Configuration configuration) |
| Constructor and Description |
|---|
CommandContext(LocalRepository repository,
Configuration configuration) |
PushSourceChangesContext(LocalRepository repository,
Configuration configuration,
PushSourceChanges command,
LocalRepository sourceRepository) |
| Constructor and Description |
|---|
GitPluginCLI(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.kohsuke.github.GHIssue> |
Issues.getOpenIssues(org.kohsuke.github.GHRepository ghRepository,
Configuration configuration) |
static List<org.kohsuke.github.GHPullRequest> |
PullRequests.getOpenPullRequests(org.kohsuke.github.GHRepository ghRepository,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static List<LocalRepository> |
Repositories.cloneOrPullRepositories(CommandSupport command,
Configuration configuration,
RepositoryConfig repositoryConfig) |
protected static List<LocalRepository> |
Repositories.findRepositories(CommandSupport updateBot,
Configuration configuration,
RepositoryConfig repositoryConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProcessHelper.logOutput(Configuration configuration,
org.slf4j.Logger log,
File file,
boolean error) |
protected static void |
ProcessHelper.logOutput(Configuration configuration,
org.slf4j.Logger log,
String output,
boolean error) |
static boolean |
ProcessHelper.runCommandAndLogOutput(Configuration configuration,
org.slf4j.Logger log,
File dir,
String... commands) |
Copyright © 2076–2017 Red Hat. All rights reserved.