Uses of Enum
org.eclipse.jgit.api.ListBranchCommand.ListMode
Packages that use ListBranchCommand.ListMode
-
Uses of ListBranchCommand.ListMode in org.eclipse.jgit.api
Subclasses with type arguments of type ListBranchCommand.ListMode in org.eclipse.jgit.apiModifier and TypeClassDescriptionstatic enumThe modes available for listing branches (corresponding to the -r and -a options)Fields in org.eclipse.jgit.api declared as ListBranchCommand.ListModeMethods in org.eclipse.jgit.api that return ListBranchCommand.ListModeModifier and TypeMethodDescriptionstatic ListBranchCommand.ListModeReturns the enum constant of this type with the specified name.static ListBranchCommand.ListMode[]ListBranchCommand.ListMode.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 ListBranchCommand.ListModeModifier and TypeMethodDescriptionListBranchCommand.setListMode(ListBranchCommand.ListMode listMode) Set the list mode