Uses of Enum Class
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.UriTypeReturns the enum constant of this class with the specified name.static RemoteSetUrlCommand.UriType[]RemoteSetUrlCommand.UriType.values()Returns an array containing the constants of this enum class, 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.