public static class BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource extends BasicSSHUserPrivateKey.PrivateKeySource
Modifier and Type | Class and Description |
---|---|
static class |
BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource.DescriptorImpl
Descriptor for a
BasicSSHUserPrivateKey.PrivateKeySource |
Constructor and Description |
---|
FileOnMasterPrivateKeySource(String privateKeyFile) |
Modifier and Type | Method and Description |
---|---|
String |
getPrivateKeyFile()
Returns the private key file name.
|
List<String> |
getPrivateKeys()
Gets the private key from the source
|
long |
getPrivateKeysLastModified()
Returns a revision count or a timestamp (in either case strictly increasing after changes to the private
keys)
|
isSnapshotSource
@DataBoundConstructor public FileOnMasterPrivateKeySource(String privateKeyFile)
@NonNull public List<String> getPrivateKeys()
getPrivateKeys
in class BasicSSHUserPrivateKey.PrivateKeySource
public String getPrivateKeyFile()
public long getPrivateKeysLastModified()
BasicSSHUserPrivateKey.PrivateKeySource
getPrivateKeysLastModified
in class BasicSSHUserPrivateKey.PrivateKeySource
Copyright © 2016. All rights reserved.