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 Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionforCliGit
(TaskListener listener) forJGit
(TaskListener listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jenkinsci.remoting.SerializableOnlyOverRemoting
getChannelForSerialization
-
Constructor Details
-
ManuallyProvidedKeyVerifier
-
-
Method Details
-
forCliGit
- Specified by:
forCliGit
in classHostKeyVerifierFactory
- Returns:
- Implementation of verifier for Command line git
-
getKnownHostsFile
- Overrides:
getKnownHostsFile
in classHostKeyVerifierFactory
-
forJGit
- Specified by:
forJGit
in classHostKeyVerifierFactory
- Returns:
- Implementation of verifier for JGit
-