Package com.google.gerrit.server.change
Class ChangeKindCacheImpl.Key
java.lang.Object
com.google.gerrit.server.change.ChangeKindCacheImpl.Key
- Enclosing class:
- ChangeKindCacheImpl
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Key
public Key()
-
-
Method Details
-
create
public static ChangeKindCacheImpl.Key create(org.eclipse.jgit.lib.AnyObjectId prior, org.eclipse.jgit.lib.AnyObjectId next, String strategyName) -
prior
public abstract org.eclipse.jgit.lib.ObjectId prior() -
next
public abstract org.eclipse.jgit.lib.ObjectId next() -
strategyName
-