@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class SecretPatterns extends Object
| Constructor and Description |
|---|
SecretPatterns() |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
getAggregateSecretPattern(Collection<String> inputs)
Constructs a regular expression to match against all known forms that the given collection of input strings may
appear.
|
@Nonnull public static Pattern getAggregateSecretPattern(@Nonnull Collection<String> inputs)
bash -x will only quote arguments echoed when necessary. To avoid leaking the presence or
absence of quoting, the longer form is masked.Copyright © 2016–2021. All rights reserved.