Verwendungen von Klasse
de.coho04.githubapi.entities.GHVariable
Packages, die GHVariable verwenden
-
Verwendungen von GHVariable in de.coho04.githubapi.entities
Methoden in de.coho04.githubapi.entities, die GHVariable zurückgebenModifizierer und TypMethodeBeschreibungGHOrganisation.getVariable(String name) Returns a specific variable in the organization by its name.Methoden in de.coho04.githubapi.entities, die Typen mit Argumenten vom Typ GHVariable zurückgebenModifizierer und TypMethodeBeschreibungGHOrganisation.listVariables()Returns a list of variables in the organization. -
Verwendungen von GHVariable in de.coho04.githubapi.entities.repositories
Methoden in de.coho04.githubapi.entities.repositories, die GHVariable zurückgebenModifizierer und TypMethodeBeschreibungGHRepository.getEnvironmentVariable(String environment, String name) Fetches the variable with the given name in the specified environment.GHRepository.getVariable(String name) Fetches the variable with the given name in this repository.Methoden in de.coho04.githubapi.entities.repositories, die Typen mit Argumenten vom Typ GHVariable zurückgebenModifizierer und TypMethodeBeschreibungGHRepository.listEnvironmentVariables(String environment) Fetches the list of environment variables in the specified environment.GHRepository.listOrganisationVariables()Fetches the list of organisation variables in this repository.GHRepository.listRepositoryVariables()Fetches the list of repository variables in this repository.