public abstract static class BasicSSHUserPrivateKey.PrivateKeySource extends hudson.model.AbstractDescribableImpl<BasicSSHUserPrivateKey.PrivateKeySource>
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)
|
boolean |
isSnapshotSource()
Deprecated.
no more used since FileOnMaster- and Users- PrivateKeySource are deprecated too
|
@NonNull public abstract List<String> getPrivateKeys()
public long getPrivateKeysLastModified()
@Deprecated public boolean isSnapshotSource()
true
if and only if the source is self contained.true
if and only if the source is self contained.Copyright © 2016–2020. All rights reserved.