Uses of Class
com.google.jenkins.plugins.credentials.oauth.LegacyJsonKey
-
Packages that use LegacyJsonKey Package Description com.google.jenkins.plugins.credentials.oauth This package implements Jenkins plugins providing Google-specific OAuth2 Credentials, Domain Requirements and Specifications. -
-
Uses of LegacyJsonKey in com.google.jenkins.plugins.credentials.oauth
Methods in com.google.jenkins.plugins.credentials.oauth that return LegacyJsonKey Modifier and Type Method Description static LegacyJsonKey
LegacyJsonKey. load(com.google.api.client.json.JsonFactory jsonFactory, InputStream inputStream)
Deprecated.Loads theclient_secrets.json
file from the given input stream.
-