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