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.BaseStandardCredentialsGcpCredentialsConverter.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.BaseStandardCredentialsGcpCertificateCredentialsConverter.resolve(String name, String description, Map<String, String> labels, SecretGetter secretGetter) com.cloudbees.plugins.credentials.impl.BaseStandardCredentialsGcpFileCredentialsConverter.resolve(String name, String description, Map<String, String> labels, SecretGetter secretGetter) com.cloudbees.plugins.credentials.impl.BaseStandardCredentialsGcpSshUserPrivateKeyConverter.resolve(String name, String description, Map<String, String> labels, SecretGetter secretGetter) com.cloudbees.plugins.credentials.impl.BaseStandardCredentialsGcpStringCredentialsConverter.resolve(String name, String description, Map<String, String> labels, SecretGetter secretGetter) com.cloudbees.plugins.credentials.impl.BaseStandardCredentialsGcpUsernamePasswordCredentialsConverter.resolve(String name, String description, Map<String, String> labels, SecretGetter secretGetter)