Uses of Class
org.kohsuke.github.GHContentUpdater
Packages that use GHContentUpdater
-
Uses of GHContentUpdater in org.kohsuke.github
Methods in org.kohsuke.github that return GHContentUpdaterModifier and TypeMethodDescriptionConfigures the author of the commit.Configures the author of the commit.Deprecated.Sets the branch to update the content on.Configures the committer of the commit.Configures the committer of the commit.Deprecated.usecommitter(String, String, Instant)insteadGHContentUpdater.content(byte[] newContent) Sets the new file content as raw bytes.Sets the new file content as a string.GHContent.createUpdate()Creates a builder that can be used to update this file's content.Sets the commit message.
author(String, String, Instant)instead