Verwendungen von Klasse
de.coho04.githubapi.entities.repositories.GHRepository
Packages, die GHRepository verwenden
Package
Beschreibung
-
Verwendungen von GHRepository in de.coho04.githubapi
Methoden in de.coho04.githubapi, die Typen mit Argumenten vom Typ GHRepository zurückgebenModifizierer und TypMethodeBeschreibungSelfUser.listCreatedRepositories()Returns a list of repositories created by the user.SelfUser.listRepositoriesWithAccess()Returns a list of repositories the user has access to. -
Verwendungen von GHRepository in de.coho04.githubapi.builders
Methoden in de.coho04.githubapi.builders, die GHRepository zurückgebenModifizierer und TypMethodeBeschreibungGHFileBuilder.getRepository()Returns the repository where this file will be committed.Konstruktoren in de.coho04.githubapi.builders mit Parametern vom Typ GHRepositoryModifiziererKonstruktorBeschreibungGHFileBuilder(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.GHFileBuilder(GHRepository repository, Github github) Constructs a new GHFileBuilder object for a given repository. -
Verwendungen von GHRepository in de.coho04.githubapi.entities
Methoden in de.coho04.githubapi.entities, die GHRepository zurückgebenModifizierer und TypMethodeBeschreibungGHOrganisation.findRepositoryByName(String name) Finds a repository by its name within the organization.GHUser.findRepositoryByName(String name) Finds and returns a repository by its name for the current user.GHAlert.getRepository()Returns the repository of the alert.Methoden in de.coho04.githubapi.entities, die Typen mit Argumenten vom Typ GHRepository zurückgebenModifizierer und TypMethodeBeschreibungGHOrganisation.getPullRequests()Returns a list of pull requests in the organization.GHOrganisation.getRepositories()Returns a list of repositories within the organization.GHOrganisation.getRepositorysWithOpenPullRequests()Returns a list of repositories with open pull requests in the organization.GHUser.listRepositories()GHOrganisation.listSecretRepositorys()Returns a list of repositories associated with a specific secret in the organization.GHOrganisation.listVariableRepositorys(String name) Returns a list of repositories associated with a specific variable in the organization. -
Verwendungen von GHRepository in de.coho04.githubapi.entities.repositories
Methoden in de.coho04.githubapi.entities.repositories, die GHRepository zurückgebenModifizierer und TypMethodeBeschreibungstatic GHRepositoryGHRepository.getRepository(Github github, String owner, String name) Fetches and returns a GitHub repository based on the provided owner and name.