Package | Description |
---|---|
com.google.gerrit.plugins.checks.api |
Modifier and Type | Field and Description |
---|---|
Set<BlockingCondition> |
CheckerInput.blocking |
Set<BlockingCondition> |
CheckerInfo.blocking |
Set<BlockingCondition> |
CheckInfo.blocking
Blocking conditions that apply to this check.
|
Modifier and Type | Method and Description |
---|---|
static BlockingCondition |
BlockingCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockingCondition[] |
BlockingCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Boolean |
BlockingCondition.isRequired(Set<BlockingCondition> blocking) |
Copyright © 2018–2024. All rights reserved.