D E F G I M O P R S T U V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DescriptorImpl() - Constructor for class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration.DescriptorImpl
- DescriptorImpl() - Constructor for class org.reviewboard.rbjenkins.steps.ReviewBoardNotifier.DescriptorImpl
- DescriptorImpl() - Constructor for class org.reviewboard.rbjenkins.steps.ReviewBoardSetup.DescriptorImpl
- doCheckName(String) - Method in class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration.DescriptorImpl
-
Validates the given config name specified in the form.
- doCheckReviewBoardServer(String) - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardNotifier.DescriptorImpl
-
This validates the Review Board server configuration name.
- doCheckReviewBoardServer(String) - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardSetup.DescriptorImpl
-
This validates the Review Board server configuration name.
- doCheckReviewBoardURL(String) - Method in class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration.DescriptorImpl
-
Validates the given Review Board URL specified in the form.
- doFillCredentialsIdItems(String, String) - Method in class org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration.DescriptorImpl
-
Fills the API token credentials dropdown box with credentials that are valid for the Review Board endpoint.
E
- ERROR_STATE - org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
F
- FAILURE_STATE - org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
G
- 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.
- getDownloadOnly() - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardSetup
- getInstallRBTools() - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardSetup
- 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.
I
- isApplicable(Class<? extends AbstractProject>) - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardNotifier.DescriptorImpl
-
Informs Jenkins of whether or not this build step is applicable to the current job, which it always is.
- isApplicable(Class<? extends AbstractProject>) - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardSetup.DescriptorImpl
-
Informs Jenkins of whether or not this build step is applicable to the current job, which it always is.
M
- Messages - Class in org.reviewboard.rbjenkins
-
Generated localization support class.
- Messages() - Constructor for class org.reviewboard.rbjenkins.Messages
O
- org.reviewboard.rbjenkins - package org.reviewboard.rbjenkins
- org.reviewboard.rbjenkins.common - package org.reviewboard.rbjenkins.common
- org.reviewboard.rbjenkins.config - package org.reviewboard.rbjenkins.config
- org.reviewboard.rbjenkins.steps - package org.reviewboard.rbjenkins.steps
P
- parseReviewRequestFromParameters(List<ParametersAction>) - Static method in class org.reviewboard.rbjenkins.common.ReviewBoardUtils
-
Parse the review request details from the build parameters.
- PENDING_STATE - org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardNotifier
-
This function will be called as part of the post-build step.
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardSetup
-
This function is called as part of a build when the setup step has been added.
R
- 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_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key
ReviewBoardNotifier.DescriptorImpl.DisplayName
:Publish build status to Review Board
. - 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.
- 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_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key
ReviewBoardServerConfiguration.DescriptorImpl.DisplayName
:Review Board Server
. - 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.
- 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(boolean, boolean) - Constructor for class org.reviewboard.rbjenkins.steps.ReviewBoardSetup
-
Constructs the setup step.
- ReviewBoardSetup_DescriptorImpl_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key
ReviewBoardSetup.DescriptorImpl.DisplayName
:Apply patch from Review Board
. - ReviewBoardSetup.DescriptorImpl - Class in org.reviewboard.rbjenkins.steps
-
Provides the description of the setup build step and validation functions for fields in its form.
- 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.
S
- setServerConfigurations(List<ReviewBoardServerConfiguration>) - Method in class org.reviewboard.rbjenkins.config.ReviewBoardGlobalConfiguration
-
Set the server configurations list then save the entries.
- SUCCESS_STATE - org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
T
- TIMED_OUT_STATE - org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
- toString() - Method in enum org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
U
- updateStatusUpdate(ReviewRequest, ReviewRequest.StatusUpdateState, String) - Method in class org.reviewboard.rbjenkins.steps.ReviewBoardNotifier
- updateStatusUpdate(ReviewRequest, ReviewRequest.StatusUpdateState, String, String, String) - Static method in class org.reviewboard.rbjenkins.common.ReviewBoardUtils
-
Updates a status update on a review request.
V
- valueOf(String) - Static method in enum org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.reviewboard.rbjenkins.common.ReviewRequest.StatusUpdateState
-
Returns an array containing the constants of this enum type, in the order they are declared.
_
- _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.
. - _ReviewBoardNotifier_DescriptorImpl_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key
ReviewBoardNotifier.DescriptorImpl.DisplayName
:Publish build status to Review Board
. - _ReviewBoardServerConfiguration_DescriptorImpl_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key
ReviewBoardServerConfiguration.DescriptorImpl.DisplayName
:Review Board Server
. - _ReviewBoardSetup_DescriptorImpl_DisplayName() - Static method in class org.reviewboard.rbjenkins.Messages
-
Key
ReviewBoardSetup.DescriptorImpl.DisplayName
:Apply patch from Review Board
.
All Classes All Packages