Uses of Class
org.kohsuke.github.GHGistUpdater
-
Uses of GHGistUpdater in org.kohsuke.github
Modifier 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.