Uses of Class
org.kohsuke.github.GHContentUpdateResponse
-
Packages that use GHContentUpdateResponse Package Description org.kohsuke.github -
-
Uses of GHContentUpdateResponse in org.kohsuke.github
Methods in org.kohsuke.github that return GHContentUpdateResponse Modifier and Type Method Description GHContentUpdateResponseGHContentBuilder. commit()Commits a new content.GHContentUpdateResponseGHRepository. createContent(byte[] contentBytes, String commitMessage, String path)Deprecated.GHContentUpdateResponseGHRepository. createContent(byte[] contentBytes, String commitMessage, String path, String branch)Deprecated.GHContentUpdateResponseGHRepository. createContent(String content, String commitMessage, String path)Deprecated.GHContentUpdateResponseGHRepository. createContent(String content, String commitMessage, String path, String branch)Deprecated.GHContentUpdateResponseGHContent. delete(String message)Delete gh content update response.GHContentUpdateResponseGHContent. delete(String commitMessage, String branch)Delete gh content update response.GHContentUpdateResponseGHContent. update(byte[] newContentBytes, String commitMessage)Update gh content update response.GHContentUpdateResponseGHContent. update(byte[] newContentBytes, String commitMessage, String branch)Update gh content update response.GHContentUpdateResponseGHContent. update(String newContent, String commitMessage)Update gh content update response.GHContentUpdateResponseGHContent. update(String newContent, String commitMessage, String branch)Update gh content update response.
-