Package com.google.gerrit.server
Class StarredChangesUtil.StarRef
- java.lang.Object
-
- com.google.gerrit.server.StarredChangesUtil.StarRef
-
- Enclosing class:
- StarredChangesUtil
public abstract static class StarredChangesUtil.StarRef extends Object
-
-
Constructor Summary
Constructors Constructor Description StarRef()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract NavigableSet<String>
labels()
org.eclipse.jgit.lib.ObjectId
objectId()
abstract org.eclipse.jgit.lib.Ref
ref()
-
-
-
Method Detail
-
ref
public abstract org.eclipse.jgit.lib.Ref ref()
-
labels
public abstract NavigableSet<String> labels()
-
objectId
public org.eclipse.jgit.lib.ObjectId objectId()
-
-