Uses of Class
org.kohsuke.github.GHArtifact
-
Packages that use GHArtifact Package Description org.kohsuke.github -
-
Uses of GHArtifact in org.kohsuke.github
Methods in org.kohsuke.github that return GHArtifact Modifier and Type Method Description GHArtifactGHRepository. getArtifact(long id)Gets an artifact by id.Methods in org.kohsuke.github that return types with arguments of type GHArtifact Modifier and Type Method Description PagedIterable<GHArtifact>GHRepository. listArtifacts()Lists all the artifacts of this repository.PagedIterable<GHArtifact>GHWorkflowRun. listArtifacts()Lists the artifacts attached to this workflow run.
-