Uses of Class
io.github.coho04.githubapi.entities.GHVariable
Packages that use GHVariable
Package
Description
-
Uses of GHVariable in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHVariableModifier and TypeMethodDescriptionGHOrganisation.getVariable
(String name) Returns a specific variable in the organization by its name.Methods in io.github.coho04.githubapi.entities that return types with arguments of type GHVariableModifier and TypeMethodDescriptionGHOrganisation.listVariables()
Returns a list of variables in the organization. -
Uses of GHVariable in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHVariableModifier and TypeMethodDescriptionGHRepository.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.Methods in io.github.coho04.githubapi.entities.repositories that return types with arguments of type GHVariableModifier and TypeMethodDescriptionGHRepository.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.