public abstract static class BasicSSHUserPrivateKey.PrivateKeySource extends hudson.model.AbstractDescribableImpl<BasicSSHUserPrivateKey.PrivateKeySource> implements Serializable
Constructor and Description |
---|
PrivateKeySource() |
Modifier and Type | Method and Description |
---|---|
abstract 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)
|
@NonNull public abstract List<String> getPrivateKeys()
public long getPrivateKeysLastModified()
Copyright © 2014. All rights reserved.