Uses of Class
org.kohsuke.github.GHContentBuilder
-
Packages that use GHContentBuilder Package Description org.kohsuke.github -
-
Uses of GHContentBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHContentBuilder Modifier and Type Method Description GHContentBuilderGHContentBuilder. branch(String branch)Branch gh content builder.GHContentBuilderGHContentBuilder. content(byte[] content)Content gh content builder.GHContentBuilderGHContentBuilder. content(String content)Content gh content builder.GHContentBuilderGHRepository. createContent()Creates a new content, or update an existing content.GHContentBuilderGHContentBuilder. message(String commitMessage)Message gh content builder.GHContentBuilderGHContentBuilder. path(String path)Path gh content builder.GHContentBuilderGHContentBuilder. sha(String sha)Used when updating (but not creating a new content) to specify the blob SHA of the file being replaced.
-