Uses of Class
io.github.coho04.githubapi.entities.GHPackage
Packages that use GHPackage
-
Uses of GHPackage in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHPackageModifier and TypeMethodDescriptionGHVulnerability.getGhPackage()
Returns the package of the vulnerability.GHOrganisation.getPackage
(String name, GHPackageType packageType) Returns a specific package in the organization by its name and package type.Methods in io.github.coho04.githubapi.entities that return types with arguments of type GHPackageModifier and TypeMethodDescriptionGHOrganisation.listDockerConflictsPackages()
Returns a list of Docker conflict packages in the organization.GHOrganisation.listPackages
(GHPackageType packageType) Returns a list of packages in the organization filtered by package type.