Uses of Enum
org.eclipse.jgit.transport.RemoteRefUpdate.Status
Packages that use RemoteRefUpdate.Status
-
Uses of RemoteRefUpdate.Status in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RemoteRefUpdate.StatusMethods in org.eclipse.jgit.transport that return RemoteRefUpdate.StatusModifier and TypeMethodDescriptionRemoteRefUpdate.getStatus()
Get status of remote ref update operation.static RemoteRefUpdate.Status
Returns the enum constant of this type with the specified name.static RemoteRefUpdate.Status[]
RemoteRefUpdate.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.transport with parameters of type RemoteRefUpdate.StatusModifier and TypeMethodDescription(package private) void
RemoteRefUpdate.setStatus
(RemoteRefUpdate.Status status)