Verwendungen von Klasse
de.coho04.githubapi.entities.repositories.GHBranch
Packages, die GHBranch verwenden
-
Verwendungen von GHBranch in de.coho04.githubapi.builders
Methoden in de.coho04.githubapi.builders, die GHBranch zurückgebenModifizierer und TypMethodeBeschreibungGHFileBuilder.getBranch()Returns the branch where this file will be committed.Methoden in de.coho04.githubapi.builders mit Parametern vom Typ GHBranchModifizierer und TypMethodeBeschreibungSets the branch to which the file will be committed.Konstruktoren in de.coho04.githubapi.builders mit Parametern vom Typ GHBranchModifiziererKonstruktorBeschreibungGHFileBuilder(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. -
Verwendungen von GHBranch in de.coho04.githubapi.entities.repositories
Methoden in de.coho04.githubapi.entities.repositories, die Typen mit Argumenten vom Typ GHBranch zurückgebenModifizierer und TypMethodeBeschreibungGHRepository.getBranches()Fetches the branches of this repository.Methoden in de.coho04.githubapi.entities.repositories mit Parametern vom Typ GHBranchModifizierer und TypMethodeBeschreibungStarts 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.