|
| | HasDependents = property |
| | True if any installed packages depend on this package.
|
| | Identifier = property |
| | InstalledVersion = property |
| | IsInstalled = property |
| | IsPinned = property |
| | Flag that indicates whether the package automatically updates to the latest version.
|
| | IsStandalone = property |
| | True if the package was manually installed or promoted.
|
| | Latest = property |
| | The newest version of this package found in the database's available package sources.
|
| | Versions = property |
◆ __init__()
| hyperx.api.Package.__init__ |
( |
| self, |
|
|
_api.Package | package ) |
◆ Demote()
Update this package from a standalone package to a dependency package.
◆ Install() [1/3]
Install the lastest version of this package.
◆ Install() [2/3]
Install the lastest version of this package.
Install a particular version of this package.
◆ Install() [3/3]
Install a particular version of this package.
◆ Pin()
Prevent package from automatically updating to the latest version.
◆ Promote()
Promote package to be standalone.
◆ Remove()
Uninstall this package.
- Parameters
-
| force | If true, entities associated with the package will be removed. If false, removal will fail if any entities are associated with the package. |
◆ Unpin()
Allow package to automatically update to the latest version.
◆ _Entity
| hyperx.api.Package._Entity = package |
|
protected |
◆ HasDependents
| hyperx.api.Package.HasDependents = property |
|
static |
True if any installed packages depend on this package.
◆ Identifier
| hyperx.api.Package.Identifier = property |
|
static |
◆ InstalledVersion
| hyperx.api.Package.InstalledVersion = property |
|
static |
◆ IsInstalled
| hyperx.api.Package.IsInstalled = property |
|
static |
◆ IsPinned
| hyperx.api.Package.IsPinned = property |
|
static |
Flag that indicates whether the package automatically updates to the latest version.
◆ IsStandalone
| hyperx.api.Package.IsStandalone = property |
|
static |
True if the package was manually installed or promoted.
If false, uninstalling all packages dependent on this package will also uninstall this package.
◆ Latest
| hyperx.api.Package.Latest = property |
|
static |
The newest version of this package found in the database's available package sources.
◆ Versions
| hyperx.api.Package.Versions = property |
|
static |
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py