| Package | Description |
|---|---|
| io.fabric8.api |
| Modifier and Type | Method and Description |
|---|---|
Version |
FabricService.createVersion(String version)
Creates a new
Version. |
Version |
FabricService.createVersion(Version parent,
String version)
|
Version |
FabricService.getDefaultVersion()
Returns the default
Version. |
Version |
Version.getDerivedFrom() |
Version |
Container.getVersion() |
Version |
FabricService.getVersion(String name)
Finds the
Version with the specified name. |
Version[] |
FabricService.getVersions()
Returns all
Versions. |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchService.applyPatch(Version version,
URL patch,
String login,
String password)
Apply a fine grained patch to a given fabric Version.
|
Version |
FabricService.createVersion(Version parent,
String version)
|
void |
FabricService.setDefaultVersion(Version version)
Sets the default
Version. |
static void |
Containers.setParentProfileIds(Version version,
Profile profile,
List<String> parentProfileIds)
Sets the list of parent profile IDs
|
void |
Container.setVersion(Version version) |
Copyright © 2011–2014 Red Hat. All rights reserved.