Uses of Class
org.kohsuke.github.GHBlobBuilder
-
Packages that use GHBlobBuilder Package Description org.kohsuke.github -
-
Uses of GHBlobBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHBlobBuilder Modifier and Type Method Description GHBlobBuilderGHBlobBuilder. binaryContent(byte[] content)Configures a blob with the specified binarycontent.GHBlobBuilderGHRepository. createBlob()Create blob gh blob builder.GHBlobBuilderGHBlobBuilder. textContent(String content)Configures a blob with the specified textcontent.
-