Uses of Class
org.gitlab4j.api.models.PackageFile
Packages that use PackageFile
-
Uses of PackageFile in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type PackageFileModifier and TypeMethodDescriptionPackagesApi.getPackageFiles
(Object projectIdOrPath, Long packageId) Get a list of package files of a single package.PackagesApi.getPackageFiles
(Object projectIdOrPath, Long packageId, int itemsPerPage) Get a Pager of project package files.PackagesApi.getPackageFiles
(Object projectIdOrPath, Long packageId, int page, int perPage) Get a list of package files of a single package for the specified page.PackagesApi.getPackagesStream
(Object projectIdOrPath, Long packageId) Get a Stream of project package files.