Uses of Class
io.jenkins.plugins.casc.SecretSource
Packages that use SecretSource
-
Uses of SecretSource in io.jenkins.plugins.casc
Methods in io.jenkins.plugins.casc that return types with arguments of type SecretSourceModifier and TypeMethodDescriptionstatic List<SecretSource>SecretSource.all()ConfigurationContext.getSecretSources()Get theSecretSources used to substitute${XX}test used as yaml values with sensitive data. -
Uses of SecretSource in io.jenkins.plugins.casc.impl.secrets
Subclasses of SecretSource in io.jenkins.plugins.casc.impl.secretsModifier and TypeClassDescriptionclassSecretSourceimplementation relying on docker secrets.classclassThisSecretSourceimplementation allows to use a .properties file for providing secrets.