Uses of Enum
org.eclipse.jgit.transport.RemoteRefUpdate.Status
Packages that use RemoteRefUpdate.Status
-
Uses of RemoteRefUpdate.Status in org.eclipse.jgit.transport
Subclasses with type arguments of type RemoteRefUpdate.Status in org.eclipse.jgit.transportModifier and TypeClassDescriptionstatic enumRepresent current status of a remote ref update.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.StatusReturns 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) voidRemoteRefUpdate.setStatus(RemoteRefUpdate.Status status)