Uses of Class
io.github.coho04.githubapi.entities.GHSecret
Packages that use GHSecret
Package
Description
-
Uses of GHSecret in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHSecretModifier and TypeMethodDescriptionReturns a specific secret in the organization by its name.Methods in io.github.coho04.githubapi.entities that return types with arguments of type GHSecretModifier and TypeMethodDescriptionGHOrganisation.listSecrets()
Returns a list of secrets in the organization. -
Uses of GHSecret in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHSecretModifier and TypeMethodDescriptionGHRepository.getEnvironmentSecret
(String environment, String name) Fetches the secret with the given name in the specified environment.Fetches the secret with the given name in this repository.Methods in io.github.coho04.githubapi.entities.repositories that return types with arguments of type GHSecretModifier and TypeMethodDescriptionGHRepository.listEnvironmentSecrets
(String environment) Fetches the list of environment secrets in this repository.GHRepository.listOrganisationSecrets()
Fetches the list of organisation secrets in this repository.GHRepository.listRepositorySecrets()
Fetches the list of repository secrets in this repository.