| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.interfaces | |
| de.cinovo.cloudconductor.api.model |
| Modifier and Type | Method and Description |
|---|---|
PackageVersion[] |
ITemplate.getPackageVersionsForTemplate(java.lang.String templateName) |
PackageVersion[] |
IPackage.getVersions(java.lang.String pkgname)
Get the existing package versions of a package
|
PackageVersion[] |
IPackage.getVersionsForRepo(java.lang.String repoName)
Get the existing package versions of a repo
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PackageVersion> |
PackageState.getInstalledRpms() |
java.util.List<PackageVersion> |
PackageStateChanges.getToErase() |
java.util.List<PackageVersion> |
PackageStateChanges.getToInstall() |
java.util.List<PackageVersion> |
PackageStateChanges.getToUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageStateChanges.setToErase(java.util.List<PackageVersion> toErase) |
void |
PackageStateChanges.setToInstall(java.util.List<PackageVersion> toInstall) |
void |
PackageStateChanges.setToUpdate(java.util.List<PackageVersion> toUpdate) |
| Constructor and Description |
|---|
PackageState(java.util.List<PackageVersion> installedRpms)
Class constructor.
|
PackageStateChanges(java.util.List<PackageVersion> toInstall,
java.util.List<PackageVersion> toUpdate,
java.util.List<PackageVersion> toErase)
Class constructor.
|
PackageStateChanges(java.util.List<PackageVersion> toInstall,
java.util.List<PackageVersion> toUpdate,
java.util.List<PackageVersion> toErase)
Class constructor.
|
PackageStateChanges(java.util.List<PackageVersion> toInstall,
java.util.List<PackageVersion> toUpdate,
java.util.List<PackageVersion> toErase)
Class constructor.
|
Copyright © 2017-2019 Cinovo AG. All Rights Reserved.