Class | Description |
---|---|
MaskPasswordsBuildWrapper |
Build wrapper that alters the console so that passwords don't get displayed.
|
MaskPasswordsBuildWrapper.ConverterImpl |
We need this converter to handle marshalling/unmarshalling of the build
wrapper data: Relying on the default mechanism doesn't make it (because
Secret doesn't have the DataBoundConstructor annotation). |
MaskPasswordsBuildWrapper.DescriptorImpl | |
MaskPasswordsBuildWrapper.VarMaskRegex |
Represents regexes defined by users in their jobs.
|
MaskPasswordsBuildWrapper.VarMaskRegex.DescriptorImpl | |
MaskPasswordsBuildWrapper.VarPasswordPair |
Represents name/password entries defined by users in their jobs.
|
MaskPasswordsBuildWrapper.VarPasswordPair.DescriptorImpl | |
MaskPasswordsConfig |
Singleton class to manage Mask Passwords global settings.
|
MaskPasswordsConsoleLogFilter |
GLOBAL Console Log Filter that alters the console so that passwords don't
get displayed.
|
MaskPasswordsOutputStream |
Custom output stream which masks a predefined set of passwords.
|
Copyright © 2016–2020. All rights reserved.