Uses of Class
org.kohsuke.github.GHGistUpdater
Packages that use GHGistUpdater
-
Uses of GHGistUpdater in org.kohsuke.github
Methods in org.kohsuke.github that return GHGistUpdaterModifier and TypeMethodDescriptionAdd file gh gist updater.GHGistUpdater.deleteFile
(String fileName) Delete file.GHGistUpdater.description
(String desc) Description gh gist updater.GHGistUpdater.renameFile
(String fileName, String newFileName) Rename file gh gist updater.GHGist.update()
Updates this gist via a builder.GHGistUpdater.updateFile
(String fileName, String content) Update file gh gist updater.GHGistUpdater.updateFile
(String fileName, String newFileName, String content) Update file name and content.