Verwendungen von Klasse
de.coho04.githubapi.builders.GHFileBuilder
Packages, die GHFileBuilder verwenden
-
Verwendungen von GHFileBuilder in de.coho04.githubapi.builders
Methoden in de.coho04.githubapi.builders, die GHFileBuilder zurückgebenModifizierer und TypMethodeBeschreibungSets 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. -
Verwendungen von GHFileBuilder in de.coho04.githubapi.entities.repositories
Methoden in de.coho04.githubapi.entities.repositories, die GHFileBuilder zurückgebenModifizierer und TypMethodeBeschreibungGHRepository.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.