Uses of Class
org.kohsuke.github.GHBlob
-
Packages that use GHBlob Package Description org.kohsuke.github -
-
Uses of GHBlob in org.kohsuke.github
Methods in org.kohsuke.github that return GHBlob Modifier and Type Method Description GHBlobGHTreeEntry. asBlob()If this tree entry represents a file, then return its information.GHBlobGHBlobBuilder. create()Creates a blob based on the parameters specified thus far.GHBlobGHRepository. getBlob(String blobSha)Obtains the metadata & the content of a blob.
-