| Package | Description |
|---|---|
| org.reviewboard.rbjenkins.common | |
| org.reviewboard.rbjenkins.steps |
| Modifier and Type | Method and Description |
|---|---|
static ReviewRequest.StatusUpdateState |
ReviewRequest.StatusUpdateState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReviewRequest.StatusUpdateState[] |
ReviewRequest.StatusUpdateState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ReviewBoardUtils.updateStatusUpdate(ReviewRequest reviewRequest,
ReviewRequest.StatusUpdateState state,
String description,
String url,
String urlText)
Updates a status update on a review request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewBoardNotifier.updateStatusUpdate(ReviewRequest reviewRequest,
ReviewRequest.StatusUpdateState state,
String description) |
Copyright © 2016–2019. All rights reserved.