Class BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
java.lang.Object
hudson.model.AbstractDescribableImpl<BasicSSHUserPrivateKey.PrivateKeySource>
com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
- All Implemented Interfaces:
Describable<BasicSSHUserPrivateKey.PrivateKeySource>
- Enclosing class:
- BasicSSHUserPrivateKey
@Deprecated
public static class BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
extends BasicSSHUserPrivateKey.PrivateKeySource
Deprecated.
Let the user reference a file on the disk.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the private key file name.Deprecated.Gets the private key from the sourcelong
Deprecated.Returns a revision count or a timestamp (in either case strictly increasing after changes to the private keys)Methods inherited from class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
isSnapshotSource
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
FileOnMasterPrivateKeySource
Deprecated.
-
-
Method Details
-
getPrivateKeys
Deprecated.Gets the private key from the source- Specified by:
getPrivateKeys
in classBasicSSHUserPrivateKey.PrivateKeySource
-
getPrivateKeyFile
Deprecated.Returns the private key file name.- Returns:
- the private key file name.
-
getPrivateKeysLastModified
public long getPrivateKeysLastModified()Deprecated.Description copied from class:BasicSSHUserPrivateKey.PrivateKeySource
Returns a revision count or a timestamp (in either case strictly increasing after changes to the private keys)- Overrides:
getPrivateKeysLastModified
in classBasicSSHUserPrivateKey.PrivateKeySource
- Returns:
- a revision count or a timestamp.
-
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource