Class ManuallyProvidedKeyVerifier
java.lang.Object
org.jenkinsci.plugins.gitclient.verifier.HostKeyVerifierFactory
org.jenkinsci.plugins.gitclient.verifier.ManuallyProvidedKeyVerifier
- All Implemented Interfaces:
- Serializable,- org.jenkinsci.remoting.SerializableOnlyOverRemoting
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionforCliGit(TaskListener listener) forJGit(TaskListener listener) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jenkinsci.remoting.SerializableOnlyOverRemotinggetChannelForSerialization
- 
Constructor Details- 
ManuallyProvidedKeyVerifier
 
- 
- 
Method Details- 
forCliGit- Specified by:
- forCliGitin class- HostKeyVerifierFactory
- Returns:
- Implementation of verifier for Command line git
 
- 
getKnownHostsFile- Overrides:
- getKnownHostsFilein class- HostKeyVerifierFactory
 
- 
forJGit- Specified by:
- forJGitin class- HostKeyVerifierFactory
- Returns:
- Implementation of verifier for JGit
 
 
-