PackageType Enum
The possible types of a package.
Possible Values
#
DEBIAN
A debian package.
DOCKER
DOCKER will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2021-06-21 UTC.
A docker image.
MAVEN
MAVEN will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2023-02-10 UTC.
A maven package.
NPM
NPM will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-11-21 UTC.
An npm package.
NUGET
NUGET will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-11-21 UTC.
A nuget package.
PYPI
A python package.
RUBYGEMS
RUBYGEMS will be removed from this enum as this type will be migrated to only be used by the Packages REST API. Removal on 2022-12-28 UTC.
A rubygems package.
Usages
#
References
#
- Argument packageType of field packages from type Organization
- Field packageType from Package
- Argument packageType of field packages from type Repository
Previous
PackageTag
Next
PackageVersion
