Uses of Class
io.github.coho04.githubapi.entities.GHArtifact
Packages that use GHArtifact
-
Uses of GHArtifact in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHArtifactModifier and TypeMethodDescriptionGHRepository.getArtifact
(int id) Fetches the artifact with the given ID in this repository.Methods in io.github.coho04.githubapi.entities.repositories that return types with arguments of type GHArtifactModifier and TypeMethodDescriptionGHRepository.listArtifacts()
Fetches the list of artifacts in this repository.