Class EphemeralSecretFile

java.lang.Object
io.jenkins.plugins.ephemeral_credentials.EphemeralCredentialSpec
io.jenkins.plugins.ephemeral_credentials.EphemeralSecretFile
All Implemented Interfaces:
Serializable

public class EphemeralSecretFile extends EphemeralCredentialSpec
Secret file. There's no clean way to have input collect a genuine file upload here -- FileParameterDefinition writes the uploaded file to disk as part of its own normal handling, in direct tension with this plugin's "never persisted" design -- so the value is collected as pasted base64-encoded text and served from memory instead.
See Also: