Uses of Class
io.github.coho04.githubapi.entities.repositories.GHBranch
Packages that use GHBranch
Package
Description
-
Uses of GHBranch in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHBranchModifier and TypeMethodDescriptionGHFileBuilder.getBranch()
Returns the branch where this file will be committed.Methods in io.github.coho04.githubapi.builders with parameters of type GHBranchModifier and TypeMethodDescriptionSets the branch to which the file will be committed.Constructors in io.github.coho04.githubapi.builders with parameters of type GHBranchModifierConstructorDescriptionGHFileBuilder
(GHRepository repository, GHBranch branch, Github github) Constructs a new GHFileBuilder object for a given repository and branch.GHFileBuilder
(GHRepository repository, GHBranch branch, String path, String content, String message, Github github) Constructs a new GHFileBuilder object with all properties set. -
Uses of GHBranch in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return types with arguments of type GHBranchModifier and TypeMethodDescriptionGHRepository.getBranches()
Fetches the branches of this repository.Methods in io.github.coho04.githubapi.entities.repositories with parameters of type GHBranchModifier and TypeMethodDescriptionStarts 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.