Uses of Interface
org.eclipse.jgit.api.TransportConfigCallback
-
Packages that use TransportConfigCallback Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of TransportConfigCallback in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as TransportConfigCallback Modifier and Type Field Description protected TransportConfigCallback
TransportCommand. transportConfigCallback
Configured callback for transport configurationMethods in org.eclipse.jgit.api with parameters of type TransportConfigCallback Modifier and Type Method Description C
TransportCommand. setTransportConfigCallback(TransportConfigCallback transportConfigCallback)
Set theTransportConfigCallback
.
-