Class GcpSshUserPrivateKeyConverter
java.lang.Object
io.jenkins.plugins.credentials.gcp.secretsmanager.GcpCredentialsConverter
io.jenkins.plugins.credentials.gcp.secretsmanager.converters.GcpSshUserPrivateKeyConverter
- All Implemented Interfaces:
ExtensionPoint
@OptionalExtension(requirePlugins="ssh-credentials")
public class GcpSshUserPrivateKeyConverter
extends GcpCredentialsConverter
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canResolve
(String type) com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
Methods inherited from class io.jenkins.plugins.credentials.gcp.secretsmanager.GcpCredentialsConverter
all
-
Constructor Details
-
GcpSshUserPrivateKeyConverter
public GcpSshUserPrivateKeyConverter()
-
-
Method Details
-
canResolve
- Specified by:
canResolve
in classGcpCredentialsConverter
-
resolve
public com.cloudbees.plugins.credentials.impl.BaseStandardCredentials resolve(String name, String description, Map<String, String> labels, SecretGetter secretGetter) - Specified by:
resolve
in classGcpCredentialsConverter
-