public static class SSHAgentBuildWrapper.CredentialHolder extends AbstractDescribableImpl<SSHAgentBuildWrapper.CredentialHolder>
| Modifier and Type | Class and Description |
|---|---|
static class |
SSHAgentBuildWrapper.CredentialHolder.DescriptorImpl
Our descriptor.
|
| Constructor and Description |
|---|
CredentialHolder(String id)
Stapler's constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
static List<String> |
toIdList(SSHAgentBuildWrapper.CredentialHolder[] credentialHolders)
Converts an array of value objects into a list of ids.
|
getDescriptor@DataBoundConstructor public CredentialHolder(String id)
id - the ID.public String getId()
@NonNull public static List<String> toIdList(@Nullable SSHAgentBuildWrapper.CredentialHolder[] credentialHolders)
credentialHolders - the array of value objects.Copyright © 2016–2018. All rights reserved.