Uses of Enum
org.eclipse.jgit.transport.HttpConfig.HttpRedirectMode
Packages that use HttpConfig.HttpRedirectMode
-
Uses of HttpConfig.HttpRedirectMode in org.eclipse.jgit.transport
Subclasses with type arguments of type HttpConfig.HttpRedirectMode in org.eclipse.jgit.transportModifier and TypeClassDescriptionstatic enumConfig values for http.followRedirect.Fields in org.eclipse.jgit.transport declared as HttpConfig.HttpRedirectModeMethods in org.eclipse.jgit.transport that return HttpConfig.HttpRedirectModeModifier and TypeMethodDescriptionHttpConfig.getFollowRedirects()Get the "http.followRedirects" settingstatic HttpConfig.HttpRedirectModeReturns 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.