| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.tools | |
| hudson.util |
Other miscellaneous utility code
|
| Modifier and Type | Method and Description |
|---|---|
Secret |
PasswordParameterDefinition.getDefaultValueAsSecret() |
Secret |
PasswordParameterValue.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Secret |
JDKInstaller.DescriptorImpl.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
static Secret |
Secret.decrypt(String data)
Reverse operation of
getEncryptedValue(). |
static Secret |
Secret.fromString(String data)
Attempts to treat the given string first as a cipher text, and if it doesn't work,
treat the given string as the unencrypted secret value.
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentListBuilder |
ArgumentListBuilder.addMasked(Secret s) |
static String |
Secret.toString(Secret s)
Works just like
toString() but avoids NPE when the secret is null. |
Copyright © 2019. All rights reserved.