Package com.google.gerrit.index
Class RefState
java.lang.Object
com.google.gerrit.index.RefState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static RefState
static RefState
abstract org.eclipse.jgit.lib.ObjectId
id()
boolean
match
(org.eclipse.jgit.lib.Repository repo) static RefState
of
(org.eclipse.jgit.lib.Ref ref) static com.google.common.collect.ImmutableSetMultimap<Project.NameKey,
RefState> parseStates
(Iterable<byte[]> states) abstract String
ref()
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
-