Uses of Class
io.github.coho04.githubapi.builders.GHFileBuilder
Packages that use GHFileBuilder
Package
Description
-
Uses of GHFileBuilder in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHFileBuilderModifier and TypeMethodDescriptionSets the branch to which the file will be committed.Sets the branch to which the file will be committed.GHFileBuilder.setContent
(String content) Sets the content of the file.GHFileBuilder.setMessage
(String message) Sets the commit message.Sets the path of the file. -
Uses of GHFileBuilder in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHFileBuilderModifier and TypeMethodDescriptionGHRepository.addFile()
Starts the process of adding a new file to this repository.Starts the process of adding a new file to the given branch of this repository.Starts the process of adding a new file with the given path, content, and commit message to the given branch of this repository.GHFile.updateFile()
Creates a new GHFileBuilder instance for updating the file.