Verwendungen von Klasse
de.coho04.githubapi.entities.GHSecret
Packages, die GHSecret verwenden
-
Verwendungen von GHSecret in de.coho04.githubapi.entities
Methoden in de.coho04.githubapi.entities, die GHSecret zurückgebenModifizierer und TypMethodeBeschreibungReturns a specific secret in the organization by its name.Methoden in de.coho04.githubapi.entities, die Typen mit Argumenten vom Typ GHSecret zurückgebenModifizierer und TypMethodeBeschreibungGHOrganisation.listSecrets()Returns a list of secrets in the organization. -
Verwendungen von GHSecret in de.coho04.githubapi.entities.repositories
Methoden in de.coho04.githubapi.entities.repositories, die GHSecret zurückgebenModifizierer und TypMethodeBeschreibungGHRepository.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.Methoden in de.coho04.githubapi.entities.repositories, die Typen mit Argumenten vom Typ GHSecret zurückgebenModifizierer und TypMethodeBeschreibungGHRepository.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.