Package com.google.gerrit.server.project
Class SubmitRuleOptions
java.lang.Object
com.google.gerrit.server.project.SubmitRuleOptions
Stable identifier for options passed to a particular submit rule evaluator.
Used to test whether it is ok to reuse a cached list of submit records. Does not include a change or patch set ID; callers are responsible for checking those on their own.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SubmitRuleOptions.Builder
builder()
static SubmitRuleOptions
defaults()
abstract boolean
True if the submit rules should be recomputed even when the change is already closed (merged).abstract SubmitRuleOptions.Builder
-
Constructor Details
-
SubmitRuleOptions
public SubmitRuleOptions()
-
-
Method Details
-
defaults
-
builder
-
recomputeOnClosedChanges
public abstract boolean recomputeOnClosedChanges()True if the submit rules should be recomputed even when the change is already closed (merged). -
toBuilder
-