- getCredentialsId() - Method in class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration
-
Returns the credentials ID, which is used to store the API token.
- getDisplayName() - Method in class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration.DescriptorImpl
-
Returns the display name for this configuration, as shown in the
Jenkins GUI.
- getDisplayName() - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardNotifier.DescriptorImpl
-
Returns the display name for this build step, as shown in the
Jenkins GUI.
- getDisplayName() - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardSetup.DescriptorImpl
-
Returns the display name for this build step, as shown in the
Jenkins GUI.
- getRequiredMonitorService() - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardNotifier
-
Declares the synchronization required for this step, for which we
require none.
- getReviewBoardAPIToken() - Method in class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration
-
Fetch the Review Board API token from the credential provider.
- getReviewBoardURL() - Method in class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration
-
Returns the Review Board endpoint.
- getReviewId() - Method in class org.reviewboard.rbjenkins.common.ReviewRequest
-
Returns the review ID of the review request.
- getRevision() - Method in class org.reviewboard.rbjenkins.common.ReviewRequest
-
Returns the revision of the review request.
- getServerConfiguration(URL) - Method in class org.reviewboard.rbjenkins.config.ReviewBoardGlobalConfiguration
-
Fetch the server configuration that matches the given name, returning
null if one is not found.
- getServerConfigurations() - Method in class org.reviewboard.rbjenkins.config.ReviewBoardGlobalConfiguration
-
Fetch the server configurations.
- getServerURL() - Method in class org.reviewboard.rbjenkins.common.ReviewRequest
-
Returns the server URL for the review request.
- getStatusUpdateId() - Method in class org.reviewboard.rbjenkins.common.ReviewRequest
-
Returns the status update ID for the review request.
- ReviewBoard_Error_InvalidAPIToken() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Error.InvalidAPIToken: The given Review
Board API token is invalid.
- ReviewBoard_Error_InvalidName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Error.InvalidName: You must specify a
configuration name.
- ReviewBoard_Error_InvalidURL() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Error.InvalidURL: The given Review
Board server URL is invalid.
- ReviewBoard_Error_NoServers() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Error.NoServers: You must first create
a Review Board server configuration.
- ReviewBoard_Job_Aborted() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Job.Aborted: build aborted..
- ReviewBoard_Job_Failure() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Job.Failure: build failed..
- ReviewBoard_Job_NotBuilt() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Job.NotBuilt: build did not complete..
- ReviewBoard_Job_Success() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Job.Success: build succeeded..
- ReviewBoard_Job_Unstable() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoard.Job.Unstable: build succeeded with test
failures..
- ReviewBoardException - Exception in org.reviewboard.rbjenkins.common
-
A ReviewBoardException is thrown when an error occurs while communicating
with a Review Board server.
- ReviewBoardException(String) - Constructor for exception org.reviewboard.rbjenkins.common.ReviewBoardException
-
Construct the ReviewBoardException with the given error message.
- ReviewBoardGlobalConfiguration - Class in org.reviewboard.rbjenkins.config
-
Provides a global configuration for ReviewBoard servers.
- ReviewBoardGlobalConfiguration() - Constructor for class org.reviewboard.rbjenkins.config.ReviewBoardGlobalConfiguration
-
Construct the configuration from prior saved entries.
- ReviewBoardGlobalConfiguration(List<ReviewBoardServerConfiguration>) - Constructor for class org.reviewboard.rbjenkins.config.ReviewBoardGlobalConfiguration
-
Construct the global configuration with the given server configurations.
- ReviewBoardNotifier - Class in org.reviewboard.rbjenkins.steps
-
Creates a post-build step in Jenkins for notifying Review Board of the
status of the triggered build.
- ReviewBoardNotifier() - Constructor for class org.reviewboard.rbjenkins.steps.ReviewBoardNotifier
-
Constructs the notifier.
- ReviewBoardNotifier.DescriptorImpl - Class in org.reviewboard.rbjenkins.steps
-
Provides the description of the notification build step and validation
functions for fields in its configuration form.
- ReviewBoardNotifier_DescriptorImpl_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoardNotifier.DescriptorImpl.DisplayName: Publish build status to Review Board.
- ReviewBoardServerConfiguration - Class in org.reviewboard.rbjenkins.config
-
Stores configuration details for a Review Board server.
- ReviewBoardServerConfiguration(String, String) - Constructor for class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration
-
Constructs the server configuration with the given name, Review Board
URL and API token.
- ReviewBoardServerConfiguration.DescriptorImpl - Class in org.reviewboard.rbjenkins.config
-
Provides the description of the notification build step and validation
functions for fields in its configuration form.
- ReviewBoardServerConfiguration_DescriptorImpl_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoardServerConfiguration.DescriptorImpl.DisplayName:
Review Board Server.
- ReviewBoardSetup - Class in org.reviewboard.rbjenkins.steps
-
Creates a build step in Jenkins which will install and use rbtools to apply
the patch from Review Board for the given review request.
- ReviewBoardSetup() - Constructor for class org.reviewboard.rbjenkins.steps.ReviewBoardSetup
-
Constructs the setup step.
- ReviewBoardSetup.DescriptorImpl - Class in org.reviewboard.rbjenkins.steps
-
Provides the description of the setup build step and validation
functions for fields in its form.
- ReviewBoardSetup_DescriptorImpl_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key ReviewBoardSetup.DescriptorImpl.DisplayName: Apply
patch from Review Board.
- ReviewBoardUtils - Class in org.reviewboard.rbjenkins.common
-
Contains common utility functions.
- ReviewBoardUtils() - Constructor for class org.reviewboard.rbjenkins.common.ReviewBoardUtils
-
- ReviewRequest - Class in org.reviewboard.rbjenkins.common
-
Stores information about the Review Request which triggered the Jenkins
build.
- ReviewRequest(int, int, int, URL) - Constructor for class org.reviewboard.rbjenkins.common.ReviewRequest
-
Construct the ReviewRequest object with information about the review
request.
- ReviewRequest.StatusUpdateState - Enum in org.reviewboard.rbjenkins.common
-
Enumerates the possible states for a status update to be in.