public class ReviewRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReviewRequest.StatusUpdateState
Enumerates the possible states for a status update to be in.
|
| Constructor and Description |
|---|
ReviewRequest(int reviewId,
int revision,
int statusUpdateId,
URL serverURL)
Construct the ReviewRequest object with information about the review
request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReviewId()
Returns the review ID of the review request.
|
int |
getRevision()
Returns the revision of the review request.
|
URL |
getServerURL()
Returns the server URL for the review request.
|
int |
getStatusUpdateId()
Returns the status update ID for the review request.
|
public ReviewRequest(int reviewId,
int revision,
int statusUpdateId,
URL serverURL)
reviewId - Review request IDrevision - Revision of the review requeststatusUpdateId - Review request's status update IDserverURL - Review Board server URLpublic int getReviewId()
public int getRevision()
public int getStatusUpdateId()
public URL getServerURL()
Copyright © 2016–2019. All rights reserved.