Uses of Class
org.kohsuke.github.GHBlobBuilder
Packages that use GHBlobBuilder
-
Uses of GHBlobBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHBlobBuilderModifier 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
.