Uses of Class
io.github.coho04.githubapi.entities.GHPublicKey
Packages that use GHPublicKey
Package
Description
-
Uses of GHPublicKey in io.github.coho04.githubapi
Methods in io.github.coho04.githubapi that return GHPublicKeyModifier and TypeMethodDescriptionSelfUser.addPublicKey(String title, String key) Returns a new GHPublicKey instance with the provided title and key, associated with the user's GitHub instance.SelfUser.getPublicKey(int id) Returns the public key with the provided id. -
Uses of GHPublicKey in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHPublicKeyModifier and TypeMethodDescriptionGHPublicKeyBuilder.build()Builds a new GHPublicKey instance with the set title and key. -
Uses of GHPublicKey in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHPublicKeyModifier and TypeMethodDescriptionGHOrganisation.getPublicKey()Returns the public key for secrets in the organization.Methods in io.github.coho04.githubapi.entities that return types with arguments of type GHPublicKeyModifier and TypeMethodDescriptionGHUser.getPublicKeys()Fetches and returns a list of public keys associated with the current user. -
Uses of GHPublicKey in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHPublicKeyModifier and TypeMethodDescriptionGHRepository.getEnvironmentPublicKey(String environment) Fetches the public key of the given environment in this repository.GHRepository.getPublicKey()Fetches the public key of this repository.