Class ReviewRequest


  • public class ReviewRequest
    extends Object
    Stores information about the Review Request which triggered the Jenkins build.
    • Constructor Detail

      • ReviewRequest

        public ReviewRequest​(int reviewId,
                             int revision,
                             int statusUpdateId,
                             URL serverURL)
        Construct the ReviewRequest object with information about the review request.
        Parameters:
        reviewId - Review request ID
        revision - Revision of the review request
        statusUpdateId - Review request's status update ID
        serverURL - Review Board server URL
    • Method Detail

      • getReviewId

        public int getReviewId()
        Returns the review ID of the review request.
        Returns:
        Review request ID
      • getRevision

        public int getRevision()
        Returns the revision of the review request.
        Returns:
        Review request revision
      • getStatusUpdateId

        public int getStatusUpdateId()
        Returns the status update ID for the review request.
        Returns:
        Status update ID
      • getServerURL

        public URL getServerURL()
        Returns the server URL for the review request.
        Returns:
        Server URL