Uses of Class
io.jenkins.plugins.ephemeral_credentials.EphemeralCredentialSpec
-
Uses of EphemeralCredentialSpec in io.jenkins.plugins.ephemeral_credentials
Subclasses of EphemeralCredentialSpec in io.jenkins.plugins.ephemeral_credentialsModifier and TypeClassDescriptionclassCertificate (PKCS#12 keystore + password).classSecret file.classRepresents ephemeral secret text credential.classSSH Username with private key.classTwo strings: a username and a password.Methods in io.jenkins.plugins.ephemeral_credentials with parameters of type EphemeralCredentialSpecModifier and TypeMethodDescriptionvoidEphemeralCredentialsAccessor.put(EphemeralCredentialSpec spec, Map<String, Object> values) Convenience overload matching whatwithEphemeralCredentialsitself does internally: materializesspecfromvalues(the same shapeinput's answer would have been) and caches the result underspec.getId()- lets a pipeline pre-populate a credential from data it already has (fetched from some other secrets source mid-pipeline, computed, ...) without ever pausing oninputat all.