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