JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
GHBlob
GHTreeEntry.
asBlob
()
If this tree entry represents a file, then return its information.
GHBlob
GHBlobBuilder.
create
()
Creates a blob based on the parameters specified thus far.
GHBlob
GHRepository.
getBlob
(
String
blobSha)
Obtains the metadata & the content of a blob.