Uses of Class
com.onepassword.jenkins.plugins.model.OnePasswordSecret
Packages that use OnePasswordSecret
-
Uses of OnePasswordSecret in com.onepassword.jenkins.plugins
Methods in com.onepassword.jenkins.plugins that return types with arguments of type OnePasswordSecretMethod parameters in com.onepassword.jenkins.plugins with type arguments of type OnePasswordSecretModifier and TypeMethodDescriptionOnePasswordAccessor.loadSecrets
(Run<?, ?> run, PrintStream logger, EnvVars envVars, OnePasswordConfig initialConfig, List<OnePasswordSecret> secrets) OnePasswordAccessor.retrieveSecrets
(Run<?, ?> run, PrintStream logger, EnvVars envVars, OnePasswordConfig initialConfig, List<OnePasswordSecret> secrets) void
OnePasswordBuildWrapper.setSecrets
(List<OnePasswordSecret> secrets) -
Uses of OnePasswordSecret in com.onepassword.jenkins.plugins.pipeline
Methods in com.onepassword.jenkins.plugins.pipeline that return types with arguments of type OnePasswordSecretMethod parameters in com.onepassword.jenkins.plugins.pipeline with type arguments of type OnePasswordSecretModifier and TypeMethodDescriptionvoid
WithSecretsStep.setSecrets
(List<OnePasswordSecret> secrets)