| Package | Description |
|---|---|
| io.fabric8.updatebot.commands | |
| io.fabric8.updatebot.github | |
| io.fabric8.updatebot.kind | |
| io.fabric8.updatebot.model |
| Modifier and Type | Method and Description |
|---|---|
Kind |
PushVersionChangesContext.getKind() |
Kind |
PushVersionChanges.getKind() |
| Modifier and Type | Method and Description |
|---|---|
void |
PushVersionChanges.setKind(Kind kind) |
PushVersionChangesContext |
CommandContext.updateVersion(Kind kind,
String name,
String version) |
| Constructor and Description |
|---|
PushVersionChanges(Kind kind,
List<String> values) |
PushVersionChanges(Kind kind,
String... values) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
Issues.addChangeFromCommentLine(List<DependencyVersionChange> answer,
Kind kind,
String text) |
| Modifier and Type | Method and Description |
|---|---|
static Kind |
Kind.fromName(String name)
Returns the kind for the given name or null if it could not be found
|
static Kind |
Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kind[] |
Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Kind,KindDependenciesCheck> |
DependenciesCheck.getFailures() |
| Constructor and Description |
|---|
DependenciesCheck(List<DependencyVersionChange> validChanges,
List<DependencyVersionChange> invalidChanges,
Map<Kind,KindDependenciesCheck> failures) |
| Modifier and Type | Method and Description |
|---|---|
Kind |
DependencyVersionChange.getKind() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Kind,List<DependencyVersionChange>> |
DependencyVersionChange.byKind(List<DependencyVersionChange> list)
Returns the dependency version changes by kind
|
| Modifier and Type | Method and Description |
|---|---|
static List<DependencyVersionChange> |
DependencyVersionChange.forKind(Kind kind,
List<DependencyVersionChange> list)
Returns the dependency version changes for the given kind
|
| Constructor and Description |
|---|
DependencyVersionChange(Kind kind,
String dependency,
String version) |
DependencyVersionChange(Kind kind,
String dependency,
String version,
String scope) |
Copyright © 2076–2017 Red Hat. All rights reserved.