C D E G H I P R S

C

com.twelvegm.hudson.plugin.reviewboard - package com.twelvegm.hudson.plugin.reviewboard
 
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Configures the Reviewboard plugin with parameters supplied on the Global configuration page of Hudson.

D

doCheckCmdPath(String) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates that the command supplied exists and can be executed.
doCheckDaysBeforeStaleReview(Integer) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates that the number of days before a review is considered stale is greater than or equal to -1.
doCheckDefaultReviewers(String) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates that the reviewers entered match existing Reviewboard users.
doCheckDefaultReviewGroups(String) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates that the review groups entered match existing Reviewboard groups.
doCheckForceUpdateOverride(boolean, boolean) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
 
doCheckKeyRegEx(String) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates the regular expression supplied is a valid pattern for the external ID as set on the Build's configuration page.
doCheckSkipUnflaggedChanges(boolean, boolean) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
 
doCheckUrl(String) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates that the Reviewboard URL supplied is available.

E

equalsExternalID(String) - Method in class hudson.plugins.reviewboard.ReviewInfoAction
Compares a supplied external ID to this object's external ID to determine if they match.

G

getAuthor() - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Author of changelist from Reviewboard.
getAuthorAsReviewer() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getChangeDescription() - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Description of change from Reviewboard.
getChangeListID() - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Returns the changelist ID associated with a review request.
getCmdPath() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Returns the reviewboard command path
getDaysBeforeStaleReview() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getDefaultReviewers() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getDefaultReviewGroups() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getDescriptor() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getDisplayName() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
This human readable name is used in the configuration screen.
getExternalID() - Method in class hudson.plugins.reviewboard.ReviewInfoAction
Returns the external ID associated with a build
getFailBuildOnReviewboardError() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getForceUpdateOverride() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getGroups(String) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewboardHttpAPI
Retrieves a list of Reviewboard Groups that match the query argument.
getKeyRegEx() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getPassword() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Returns the reviewboard password
getPublishReviews() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getRequiredMonitorService() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getReviewboardAPI() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Returns a configured Reviewboard API
getReviewboardGroups() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
 
getReviewboardGroups() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getReviewBoardID() - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Returns the reviewboard ID associated with the review request
getReviewboardUsers() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
 
getReviewboardUsers() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getReviewers(String) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewboardHttpAPI
Retrieves a list of Reviewboard users who match the query argument.
getReviewRequest() - Method in class hudson.plugins.reviewboard.ReviewInfoAction
Returns the review request associated with Reviewboard
getSkipUnflaggedChanges() - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
getUrl() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Returns the reviewboard URL
getUsername() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Returns the reviewboard username

H

hudson.plugins.reviewboard - package hudson.plugins.reviewboard
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
 
isPluginConfigured() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates that the plugin is properly configured and reviewboard is available.
isSavedCommandPathValid() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates that the command path to post-review is available and executable.
isSavedURLValid() - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates that the saved URL is available.
isValidURL(String) - Method in class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
Validates a URL is available and responds with a 200 error code.

P

perform(AbstractBuild, Launcher, BuildListener) - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
Executes after the build is complete to send changelist changes to Reviewboard.
processChangeset(AbstractBuild, Launcher, BuildListener) - Method in class hudson.plugins.reviewboard.ReviewboardPublisher
 
publishReview(ReviewRequest) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewboardHttpAPI
Publishes a review request in draft.

R

ReviewboardDescriptorImpl - Class in hudson.plugins.reviewboard
Descriptor for ReviewboardPublisher.
ReviewboardDescriptorImpl() - Constructor for class hudson.plugins.reviewboard.ReviewboardDescriptorImpl
 
ReviewboardHttpAPI - Class in com.twelvegm.hudson.plugin.reviewboard
Creates an instance of the Reviewboard API.
ReviewboardHttpAPI(String, String, String) - Constructor for class com.twelvegm.hudson.plugin.reviewboard.ReviewboardHttpAPI
Creates a new ReviewboardHttpAPI object used to connect to Reviewboard and execute commands.
ReviewboardPublisher - Class in hudson.plugins.reviewboard
Creates a Publisher that will notify inspect the build for change sets, and if included, notifies a Reviewboard (http://www.reviewboard.org) installation to either creates a new review request or update an existing review request.
ReviewboardPublisher(String, Integer, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class hudson.plugins.reviewboard.ReviewboardPublisher
Builds the Publisher with current build configuration options.
ReviewInfoAction - Class in hudson.plugins.reviewboard
 
ReviewInfoAction(String, Long, Long, String, String) - Constructor for class hudson.plugins.reviewboard.ReviewInfoAction
Contains a mapping between an external ID (such as JIRA) and Reviewboard so that multiple changes can update existing review requsts instead of forcing the creation of new requests each change list pulled from the SCM.
ReviewRequest - Class in com.twelvegm.hudson.plugin.reviewboard
Represents a single Review Request in Reviewboard.
ReviewRequest(Long, Long, String, String) - Constructor for class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Constructs a new Review Request object based upon values in Reviewboard.

S

setAuthor(String) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Sets the author of the changelist from Reviewboard.
setBugs(ReviewRequest, String) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewboardHttpAPI
Sets the related bugs of a pending review request.
setChangeDescription(ReviewRequest, String) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewboardHttpAPI
Sets the change description on a review that is being updated and in draft.
setChangeDescription(String) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Sets the change description value for this revie request.
setChangeListID(Long) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Sets the changelist ID associated with a review request This value is often the changelist ID from SCM.
setGroups(ReviewRequest, String) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewboardHttpAPI
Sets one or more groups as default review groups on a review request.
setReviewBoardID(Long) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewRequest
Sets the Reviewboard ID that maps this object into a Reviewboard review request.
setReviewers(ReviewRequest, String) - Method in class com.twelvegm.hudson.plugin.reviewboard.ReviewboardHttpAPI
Sets one or more users as default reviewers on a review request.

C D E G H I P R S

Copyright © 2004-2012 Hudson. All Rights Reserved.