Uses of Enum
org.eclipse.jgit.api.RemoteSetUrlCommand.UriType
Packages that use RemoteSetUrlCommand.UriType
-
Uses of RemoteSetUrlCommand.UriType in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as RemoteSetUrlCommand.UriTypeMethods in org.eclipse.jgit.api that return RemoteSetUrlCommand.UriTypeModifier and TypeMethodDescriptionstatic RemoteSetUrlCommand.UriType
Returns 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.