Class CustomConfigCredentialsHelper
java.lang.Object
org.jenkinsci.plugins.configfiles.custom.security.CustomConfigCredentialsHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
fillAuthentication
(Run<?, ?> build, FilePath workDir, TaskListener listener, String customizedContent, Map<String, com.cloudbees.plugins.credentials.common.IdCredentials> customizedCredentialsMap) resolveCredentials
(Run<?, ?> build, List<CustomizedCredentialMapping> customizedCredentialMappings, TaskListener listener) secretsForMasking
(Run<?, ?> build, List<CustomizedCredentialMapping> customizedCredentialMappings)
-
Method Details
-
resolveCredentials
public static Map<String,com.cloudbees.plugins.credentials.common.IdCredentials> resolveCredentials(Run<?, ?> build, List<CustomizedCredentialMapping> customizedCredentialMappings, TaskListener listener) -
secretsForMasking
@NonNull public static List<String> secretsForMasking(Run<?, ?> build, List<CustomizedCredentialMapping> customizedCredentialMappings) -
fillAuthentication
public static String fillAuthentication(Run<?, ?> build, FilePath workDir, TaskListener listener, String customizedContent, Map<String, throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException, InterruptedExceptioncom.cloudbees.plugins.credentials.common.IdCredentials> customizedCredentialsMap) - Throws:
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
InterruptedException
-