Package | Description |
---|---|
com.google.gerrit.plugins.checks.api | |
com.google.gerrit.plugins.checks.client |
Modifier and Type | Field and Description |
---|---|
CheckState |
PendingCheckInfo.state
State of the check.
|
CheckState |
CheckInput.state
State of the check.
|
CheckState |
CheckInfo.state
State that this check exited.
|
Modifier and Type | Method and Description |
---|---|
static CheckState |
CheckState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckState[] |
CheckState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PendingCheckInfo(CheckState state) |
Modifier and Type | Method and Description |
---|---|
PendingChecks |
PendingChecks.state(CheckState state) |
Copyright © 2018–2024. All rights reserved.