public class PendingCheckInfo extends Object
Checks are pending if they are in a non-final state and the external checker system intends to
post further updates on them. Which states these are depends on the external checker system, by
default we only consider checks in state CheckState.NOT_STARTED
as pending.
Modifier and Type | Field and Description |
---|---|
CheckState |
state
State of the check.
|
Constructor and Description |
---|
PendingCheckInfo(CheckState state) |
public CheckState state
public PendingCheckInfo(CheckState state)
Copyright © 2018–2024. All rights reserved.