Java org.eclipse.jgit.api NameRevCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api NameRevCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api NameRevCommand.

The text is from its open source code.

Method

NameRevCommandadd(ObjectId id)
Add an object to search for.
NameRevCommandadd(Iterable ids)
Add multiple objects to search for.
NameRevCommandaddAnnotatedTags()
Add all annotated tags under refs/tags/ to the set that all results must match.
NameRevCommandaddPrefix(String prefix)
Add a ref prefix to the set that results must match.
Mapcall()