Uses of Interface
io.jenkins.plugins.credentials.gcp.secretsmanager.SecretGetter
Packages that use SecretGetter
Package
Description
-
Uses of SecretGetter in io.jenkins.plugins.credentials.gcp.secretsmanager
Classes in io.jenkins.plugins.credentials.gcp.secretsmanager that implement SecretGetterMethods in io.jenkins.plugins.credentials.gcp.secretsmanager with parameters of type SecretGetterModifier and TypeMethodDescriptionstatic Optional<com.cloudbees.plugins.credentials.common.StandardCredentials>
CredentialsFactory.create
(String name, String project, Map<String, String> labels, SecretGetter secretGetter) abstract com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
GcpCredentialsConverter.resolve
(String name, String description, Map<String, String> labels, SecretGetter secretGetter) Constructors in io.jenkins.plugins.credentials.gcp.secretsmanager with parameters of type SecretGetterModifierConstructorDescriptionSecretBytesSupplier
(String id, SecretGetter secretGetter) SecretSupplier
(String id, SecretGetter secretGetter) -
Uses of SecretGetter in io.jenkins.plugins.credentials.gcp.secretsmanager.converters
Methods in io.jenkins.plugins.credentials.gcp.secretsmanager.converters with parameters of type SecretGetterModifier and TypeMethodDescriptioncom.cloudbees.plugins.credentials.impl.BaseStandardCredentials
GcpCertificateCredentialsConverter.resolve
(String name, String description, Map<String, String> labels, SecretGetter secretGetter) com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
GcpFileCredentialsConverter.resolve
(String name, String description, Map<String, String> labels, SecretGetter secretGetter) com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
GcpSshUserPrivateKeyConverter.resolve
(String name, String description, Map<String, String> labels, SecretGetter secretGetter) com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
GcpStringCredentialsConverter.resolve
(String name, String description, Map<String, String> labels, SecretGetter secretGetter) com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
GcpUsernamePasswordCredentialsConverter.resolve
(String name, String description, Map<String, String> labels, SecretGetter secretGetter)