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()
Returns
true if and only if the source is self contained. |
@NonNull public abstract List<String> getPrivateKeys()
public long getPrivateKeysLastModified()
public boolean isSnapshotSource()
true
if and only if the source is self contained.true
if and only if the source is self contained.Copyright © 2015. All rights reserved.