Uses of Class
org.kohsuke.github.GHGistUpdater
-
Packages that use GHGistUpdater Package Description org.kohsuke.github -
-
Uses of GHGistUpdater in org.kohsuke.github
Methods in org.kohsuke.github that return GHGistUpdater Modifier and Type Method Description GHGistUpdaterGHGistUpdater. addFile(String fileName, String content)Add file gh gist updater.GHGistUpdaterGHGistUpdater. deleteFile(String fileName)Delete file.GHGistUpdaterGHGistUpdater. description(String desc)Description gh gist updater.GHGistUpdaterGHGistUpdater. renameFile(String fileName, String newFileName)Rename file gh gist updater.GHGistUpdaterGHGist. update()Updates this gist via a builder.GHGistUpdaterGHGistUpdater. updateFile(String fileName, String content)Update file gh gist updater.GHGistUpdaterGHGistUpdater. updateFile(String fileName, String newFileName, String content)Update file name and content.
-