| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.interfaces | |
| de.cinovo.cloudconductor.api.lib.manager | |
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Method and Description |
|---|---|
PackageVersion[] |
ITemplate.getRPMS(String name) |
PackageVersion[] |
IPackage.getRPMS(String pkgname)
Get the existing package versions of a package
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITemplate.addRPM(String name,
PackageVersion rpm)
Add/Modify a package version to the template
|
void |
IPackage.addRPM(String pkgname,
String version,
PackageVersion versionContent)
Add a new version to a package
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
IIOModule.importVersions(Set<PackageVersion> versions)
Batch import versions of packages into cloudconductor.
Also cleans up the package versions of the existing packages. Used mainly for import of provided versions within yum (see cloudconductor/package/helper/syncYum.sh) |
| Modifier and Type | Method and Description |
|---|---|
Set<PackageVersion> |
PackageHandler.getRPMS(String packageName) |
Set<PackageVersion> |
TemplateHandler.getVersions(String template) |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageHandler.addRPM(String packageName,
PackageVersion version) |
void |
TemplateHandler.addVersion(String template,
PackageVersion version) |
void |
TemplateHandler.removeVersion(String template,
PackageVersion version) |
| Modifier and Type | Method and Description |
|---|---|
void |
IOModuleHandler.importPackages(Set<PackageVersion> versions) |
| Modifier and Type | Method and Description |
|---|---|
List<PackageVersion> |
PackageState.getInstalledRpms() |
List<PackageVersion> |
PackageStateChanges.getToErase() |
List<PackageVersion> |
PackageStateChanges.getToInstall() |
List<PackageVersion> |
PackageStateChanges.getToUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageStateChanges.setToErase(List<PackageVersion> toErase) |
void |
PackageStateChanges.setToInstall(List<PackageVersion> toInstall) |
void |
PackageStateChanges.setToUpdate(List<PackageVersion> toUpdate) |
| Constructor and Description |
|---|
PackageState(List<PackageVersion> installedRpms)
Class constructor.
|
PackageStateChanges(List<PackageVersion> toInstall,
List<PackageVersion> toUpdate,
List<PackageVersion> toErase)
Class constructor.
|
PackageStateChanges(List<PackageVersion> toInstall,
List<PackageVersion> toUpdate,
List<PackageVersion> toErase)
Class constructor.
|
PackageStateChanges(List<PackageVersion> toInstall,
List<PackageVersion> toUpdate,
List<PackageVersion> toErase)
Class constructor.
|
Copyright © 2013-2014 Cinovo AG. All Rights Reserved.