Uses of Interface
io.jenkins.plugins.credentials.gcp.secretsmanager.SecretGetter
Package
Description
-
Uses of SecretGetter in io.jenkins.plugins.credentials.gcp.secretsmanager
Modifier 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) ModifierConstructorDescriptionSecretBytesSupplier
(String id, SecretGetter secretGetter) SecretSupplier
(String id, SecretGetter secretGetter) -
Uses of SecretGetter in io.jenkins.plugins.credentials.gcp.secretsmanager.converters
Modifier 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)