Uses of Class
org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
-
Packages that use HttpConfig.HttpRedirectMode Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of HttpConfig.HttpRedirectMode in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return HttpConfig.HttpRedirectMode Modifier and Type Method Description HttpConfig.HttpRedirectModeHttpConfig. getFollowRedirects()Get the "http.followRedirects" settingstatic HttpConfig.HttpRedirectModeHttpConfig.HttpRedirectMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpConfig.HttpRedirectMode[]HttpConfig.HttpRedirectMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-