Uses of Class
org.kohsuke.github.GHBlobBuilder
-
Uses of GHBlobBuilder in org.kohsuke.github
Modifier and TypeMethodDescriptionGHBlobBuilder.binaryContent
(byte[] content) Configures a blob with the specified binarycontent
.GHRepository.createBlob()
Create blob gh blob builder.GHBlobBuilder.textContent
(String content) Configures a blob with the specified textcontent
.