public class CheckInfo extends Object
Modifier and Type | Field and Description |
---|---|
Set<BlockingCondition> |
blocking
Blocking conditions that apply to this check.
|
int |
changeNumber
Change number that this check applies to.
|
String |
checkerDescription
Description of the checker that produced this check
|
String |
checkerName
Name of the checker that produced this check.
|
CheckerStatus |
checkerStatus
Status of the checker that produced this check.
|
String |
checkerUuid
UUID of the checker that posted this check.
|
Timestamp |
created
Timestamp of when this check was created.
|
Timestamp |
finished
Timestamp of when this check was last updated.
|
String |
message
Short message explaining the check state.
|
int |
patchSetId
Patch set ID that this check applies to.
|
String |
repository
Repository name that this check applies to.
|
Timestamp |
started
Timestamp of when this check was created.
|
CheckState |
state
State that this check exited.
|
Timestamp |
updated
Timestamp of when this check was last updated.
|
String |
url
Fully qualified URL to detailed result on the Checker's service.
|
Constructor and Description |
---|
CheckInfo() |
public String repository
public int changeNumber
public int patchSetId
public String checkerUuid
public CheckState state
public String message
public String url
public Timestamp started
public Timestamp finished
public Timestamp created
public Timestamp updated
public String checkerName
public CheckerStatus checkerStatus
public Set<BlockingCondition> blocking
public String checkerDescription
Copyright © 2018–2024. All rights reserved.