Uses of Enum
org.eclipse.jgit.api.RemoteSetUrlCommand.UriType
Packages that use RemoteSetUrlCommand.UriType
-
Uses of RemoteSetUrlCommand.UriType in org.eclipse.jgit.api
Subclasses with type arguments of type RemoteSetUrlCommand.UriType in org.eclipse.jgit.apiModifier and TypeClassDescriptionstatic enumThe available URI types for the remote.Fields in org.eclipse.jgit.api declared as RemoteSetUrlCommand.UriTypeMethods in org.eclipse.jgit.api that return RemoteSetUrlCommand.UriTypeModifier and TypeMethodDescriptionstatic RemoteSetUrlCommand.UriTypeReturns the enum constant of this type with the specified name.static RemoteSetUrlCommand.UriType[]RemoteSetUrlCommand.UriType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type RemoteSetUrlCommand.UriTypeModifier and TypeMethodDescriptionRemoteSetUrlCommand.setUriType(RemoteSetUrlCommand.UriType type) Whether to change the push URL of the remote instead of the fetch URL.