| Package | Description |
|---|---|
| io.fabric8.updatebot | |
| io.fabric8.updatebot.commands | |
| io.fabric8.updatebot.repository |
| Modifier and Type | Method and Description |
|---|---|
CommandSupport |
UpdateBot.getLastCommend() |
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
|
CommandSupport |
UpdateBot.run(String[] args)
Runs a command
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeCommand
Represents a list of commands to execute.
|
class |
Help
Displays help
|
class |
ModifyFilesCommandSupport
Base class for all UpdateBot commands
|
class |
PullVersionChanges
Pulls updates to your projects from upstream artifact repositories like npm or maven central
|
class |
PushSourceChanges
Push changes from local source code into downstream projects
|
class |
PushVersionChanges
Push changes from a specific release pipeline into downstream projects
|
class |
UpdatePullRequests
Updates any open pull requests, rebasing any that require rebasing, merging any that are ready or responding to comments
|
| Modifier and Type | Method and Description |
|---|---|
List<CommandSupport> |
CompositeCommand.getCommands()
Returns the commands in this set
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCommand.addCommand(CommandSupport command) |
| 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) |
Copyright © 2076–2017 Red Hat. All rights reserved.