Package com.google.gerrit.server.change
Class MergeabilityCache.NotImplemented
java.lang.Object
com.google.gerrit.server.change.MergeabilityCache.NotImplemented
- All Implemented Interfaces:
MergeabilityCache
- Enclosing interface:
- MergeabilityCache
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gerrit.server.change.MergeabilityCache
MergeabilityCache.NotImplemented
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
get
(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.Ref intoRef, SubmitType submitType, String mergeStrategy, BranchNameKey dest, org.eclipse.jgit.lib.Repository repo) getIfPresent
(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.Ref intoRef, SubmitType submitType, String mergeStrategy)
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
get
public boolean get(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.Ref intoRef, SubmitType submitType, String mergeStrategy, BranchNameKey dest, org.eclipse.jgit.lib.Repository repo) - Specified by:
get
in interfaceMergeabilityCache
-
getIfPresent
public Boolean getIfPresent(org.eclipse.jgit.lib.ObjectId commit, org.eclipse.jgit.lib.Ref intoRef, SubmitType submitType, String mergeStrategy) - Specified by:
getIfPresent
in interfaceMergeabilityCache
-