Class AlmquistShellSecretPatternFactory
java.lang.Object
org.jenkinsci.plugins.credentialsbinding.masking.AlmquistShellSecretPatternFactory
- All Implemented Interfaces:
ExtensionPoint
,SecretPatternFactory
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class AlmquistShellSecretPatternFactory
extends Object
implements SecretPatternFactory
Almquist shell, aka ash, is the default shell in Alpine distribution.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEncodedForms
(String input) Returns a collection of alternative forms the given input may be encoded as in logs.
-
Constructor Details
-
AlmquistShellSecretPatternFactory
public AlmquistShellSecretPatternFactory()
-
-
Method Details
-
getEncodedForms
Description copied from interface:SecretPatternFactory
Returns a collection of alternative forms the given input may be encoded as in logs.- Specified by:
getEncodedForms
in interfaceSecretPatternFactory
-