| Package | Description |
|---|---|
| com.cloudbees.jenkins.plugins.sshcredentials.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
Let the user enter the key directly via copy & paste
|
static class |
BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
Let the user reference a file on the disk.
|
static class |
BasicSSHUserPrivateKey.UsersPrivateKeySource
Let the user
|
| Modifier and Type | Method and Description |
|---|---|
BasicSSHUserPrivateKey.PrivateKeySource |
BasicSSHUserPrivateKey.getPrivateKeySource() |
| Modifier and Type | Method and Description |
|---|---|
hudson.DescriptorExtensionList<BasicSSHUserPrivateKey.PrivateKeySource,hudson.model.Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>> |
BasicSSHUserPrivateKey.DescriptorImpl.getPrivateKeySources() |
hudson.DescriptorExtensionList<BasicSSHUserPrivateKey.PrivateKeySource,hudson.model.Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>> |
BasicSSHUserPrivateKey.DescriptorImpl.getPrivateKeySources() |
| Constructor and Description |
|---|
BasicSSHUserPrivateKey(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String username,
BasicSSHUserPrivateKey.PrivateKeySource privateKeySource,
String passphrase,
String description)
Constructor for stapler.
|
Copyright © 2016. All rights reserved.