public class CheckInput extends Object
Modifier and Type | Field and Description |
---|---|
String |
checkerUuid
UUID of the checker.
|
Timestamp |
finished
Date/Time at which the checker finished processing this check.
|
String |
message
Short message explaining the check state.
|
com.google.gerrit.extensions.api.changes.NotifyHandling |
notify
Whom to send email notifications to when the combined check state changes due to posting this
check.
|
Map<com.google.gerrit.extensions.api.changes.RecipientType,com.google.gerrit.extensions.api.changes.NotifyInfo> |
notifyDetails
Additional information about whom to notify regardless of the
notify setting. |
Timestamp |
started
Date/Time at which the checker started processing this check.
|
CheckState |
state
State of the check.
|
String |
url
Fully qualified URL to detailed result on the Checker's service.
|
Constructor and Description |
---|
CheckInput() |
public String checkerUuid
public CheckState state
public String message
public String url
public Timestamp started
public Timestamp finished
public com.google.gerrit.extensions.api.changes.NotifyHandling notify
Copyright © 2018–2024. All rights reserved.