Uses of Class
org.aoju.bus.gitlab.models.PackageFile
Packages that use PackageFile
-
Uses of PackageFile in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.