public class IgnoreSelfApprovalRule extends java.lang.Object implements SubmitRule
Modifier and Type | Class and Description |
---|---|
static class |
IgnoreSelfApprovalRule.Module |
Constructor and Description |
---|
IgnoreSelfApprovalRule() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SubmitRecord> |
evaluate(ChangeData cd,
SubmitRuleOptions options)
Returns a
Collection of SubmitRecord status for the change. |
public java.util.Collection<SubmitRecord> evaluate(ChangeData cd, SubmitRuleOptions options)
SubmitRule
Collection
of SubmitRecord
status for the change.evaluate
in interface SubmitRule