Package com.google.gerrit.index
Class RefState
java.lang.Object
com.google.gerrit.index.RefState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic RefStatestatic RefStateabstract org.eclipse.jgit.lib.ObjectIdid()booleanmatch(org.eclipse.jgit.lib.Repository repo) static RefStateof(org.eclipse.jgit.lib.Ref ref) static com.google.common.collect.ImmutableSetMultimap<Project.NameKey, RefState> parseStates(Iterable<byte[]> states) abstract Stringref()byte[]toByteArray(Project.NameKey project)
-
Constructor Details
-
RefState
public RefState()
-
-
Method Details
-
parseStates
public static com.google.common.collect.ImmutableSetMultimap<Project.NameKey,RefState> parseStates(Iterable<byte[]> states) -
create
-
create
-
of
-
toByteArray
-
check
-
ref
-
id
public abstract org.eclipse.jgit.lib.ObjectId id() -
match
- Throws:
IOException
-