Uses of Enum Class
org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
Packages that use ReviewRequest.StatusUpdateState
-
Uses of ReviewRequest.StatusUpdateState in org.reviewboard.rbjenkins.common
Methods in org.reviewboard.rbjenkins.common that return ReviewRequest.StatusUpdateStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReviewRequest.StatusUpdateState[]ReviewRequest.StatusUpdateState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.reviewboard.rbjenkins.common with parameters of type ReviewRequest.StatusUpdateStateModifier and TypeMethodDescriptionstatic voidReviewBoardUtils.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.StatusUpdateStateModifier and TypeMethodDescriptionvoidReviewBoardNotifier.updateStatusUpdate(ReviewRequest reviewRequest, ReviewRequest.StatusUpdateState state, String description)