Uses of Class
org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
-
Packages that use ReviewRequest.StatusUpdateState Package Description org.reviewboard.rbjenkins.common org.reviewboard.rbjenkins.steps -
-
Uses of ReviewRequest.StatusUpdateState in org.reviewboard.rbjenkins.common
Methods in org.reviewboard.rbjenkins.common that return ReviewRequest.StatusUpdateState Modifier and Type Method 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.Methods in org.reviewboard.rbjenkins.common with parameters of type ReviewRequest.StatusUpdateState Modifier and Type Method Description static void
ReviewBoardUtils. updateStatusUpdate(ReviewRequest reviewRequest, ReviewRequest.StatusUpdateState state, String description, String url, String urlText)
Updates a status update on a review request. -
Uses of ReviewRequest.StatusUpdateState in org.reviewboard.rbjenkins.steps
Methods in org.reviewboard.rbjenkins.steps with parameters of type ReviewRequest.StatusUpdateState Modifier and Type Method Description void
ReviewBoardNotifier. updateStatusUpdate(ReviewRequest reviewRequest, ReviewRequest.StatusUpdateState state, String description)
-