Index
All Classes and Interfaces|All Packages|Serialized Form
A
- allowUntrusted - Variable in class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
 
B
- BasePRGHEventSubscriber<T extends TriggerBranchProperty,
U> - Class in com.adobe.jenkins.github_pr_comment_build  - 
Base subscriber for PR events.
 - BasePRGHEventSubscriber() - Constructor for class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 
C
- checkAndRunJobs(GitHubRepositoryName, int, String, U, BiFunction<Job<?, ?>, T, Cause>) - Method in class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 - com.adobe.jenkins.github_pr_comment_build - package com.adobe.jenkins.github_pr_comment_build
 
D
- DescriptorImpl() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRCommentBranchProperty.DescriptorImpl
 - DescriptorImpl() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRLabelBranchProperty.DescriptorImpl
 - DescriptorImpl() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRReviewBranchProperty.DescriptorImpl
 - DescriptorImpl() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRUpdateBranchProperty.DescriptorImpl
 - doFillMinimumPermissionsItems() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerBranchPropertyDescriptorImpl
 - 
Populates the minimum permissions options.
 
E
- events() - Method in class com.adobe.jenkins.github_pr_comment_build.IssueCommentGHEventSubscriber
 - events() - Method in class com.adobe.jenkins.github_pr_comment_build.IssueLabelGHEventSubscriber
 - events() - Method in class com.adobe.jenkins.github_pr_comment_build.PRReviewGHEventSubscriber
 - events() - Method in class com.adobe.jenkins.github_pr_comment_build.PRUpdateGHEventSubscriber
 
G
- getAddReaction() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRCommentBranchProperty
 - 
Whether to react to the comment if a build is successfully triggered.
 - getChangedRepository(String) - Method in class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 - getCommentAuthor() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestCommentCause
 - 
Retrieves the author of the GitHub comment for this cause.
 - getCommentBody() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestCommentCause
 - 
Retrieves the body for the GitHub comment for this cause.
 - getCommentBody() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRCommentBranchProperty
 - 
The comment body to trigger a new build on.
 - getCommentUrl() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestCommentCause
 - 
Retrieves the URL for the GitHub comment for this cause.
 - getDisplayName() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRCommentBranchProperty.DescriptorImpl
 - getDisplayName() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRLabelBranchProperty.DescriptorImpl
 - getDisplayName() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRReviewBranchProperty.DescriptorImpl
 - getDisplayName() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRUpdateBranchProperty.DescriptorImpl
 - getGitHub(SCMSource, Job<?, ?>) - Static method in class com.adobe.jenkins.github_pr_comment_build.GithubHelper
 - getLabel() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestLabelCause
 - 
Retrieves the body for the GitHub Label for this cause.
 - getLabel() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRLabelBranchProperty
 - 
The comment body to trigger a new build on.
 - getLabellingAuthor() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestLabelCause
 - 
Retrieves the author of the GitHub Label for this cause.
 - getLabelUrl() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestLabelCause
 - 
Retrieves the URL for the GitHub Label for this cause.
 - getMinimumPermissions() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
 - getPullRequestUrl() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestReviewCause
 - 
Retrieves the URL for the GitHub pull request for this cause.
 - getPullRequestUrl() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestUpdateCause
 - 
Retrieves the URL for the GitHub pull request for this cause.
 - getRepoUrl(JSONObject) - Method in class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 - getReviewAuthor() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestReviewCause
 - 
Retrieves the author of the GitHub review for this cause.
 - getShortDescription() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestCommentCause
 - getShortDescription() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestLabelCause
 - getShortDescription() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestReviewCause
 - getShortDescription() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestUpdateCause
 - getTriggerClass() - Method in class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 - getTriggerClass() - Method in class com.adobe.jenkins.github_pr_comment_build.IssueCommentGHEventSubscriber
 - getTriggerClass() - Method in class com.adobe.jenkins.github_pr_comment_build.IssueLabelGHEventSubscriber
 - getTriggerClass() - Method in class com.adobe.jenkins.github_pr_comment_build.PRReviewGHEventSubscriber
 - getTriggerClass() - Method in class com.adobe.jenkins.github_pr_comment_build.PRUpdateGHEventSubscriber
 - getUpdateAuthor() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestUpdateCause
 - 
Retrieves the author of the GitHub update for this cause.
 - GithubHelper - Class in com.adobe.jenkins.github_pr_comment_build
 - 
client utility methods
 - GitHubPullRequestCommentCause - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Created by saville on 10/13/2016.
 - GitHubPullRequestCommentCause(String, String, String) - Constructor for class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestCommentCause
 - 
Constructor.
 - GitHubPullRequestLabelCause - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Created by Agyaey on 04/04/2023.
 - GitHubPullRequestLabelCause(String, String, String) - Constructor for class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestLabelCause
 - 
Constructor.
 - GitHubPullRequestReviewCause - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Created by Micky Loo on 05/02/2019.
 - GitHubPullRequestReviewCause(String, String) - Constructor for class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestReviewCause
 - 
Constructor.
 - GitHubPullRequestUpdateCause - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Created by saville on 10/13/2016.
 - GitHubPullRequestUpdateCause(String, String) - Constructor for class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestUpdateCause
 - 
Constructor.
 
I
- isAllowUntrusted() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
 - 
Deprecated.
 - isApplicable(Item) - Method in class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 - isAuthorized(Job<?, ?>, String, String) - Static method in class com.adobe.jenkins.github_pr_comment_build.GithubHelper
 - IssueCommentGHEventSubscriber - Class in com.adobe.jenkins.github_pr_comment_build
 - 
This subscriber manages
GHEventISSUE_COMMENT. - IssueCommentGHEventSubscriber() - Constructor for class com.adobe.jenkins.github_pr_comment_build.IssueCommentGHEventSubscriber
 - IssueLabelGHEventSubscriber - Class in com.adobe.jenkins.github_pr_comment_build
 - 
This subscriber manages
GHEventLabel. - IssueLabelGHEventSubscriber() - Constructor for class com.adobe.jenkins.github_pr_comment_build.IssueLabelGHEventSubscriber
 
J
- jobDecorator(Class<P>) - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
 - jobDecorator(Class<P>) - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRLabelBranchProperty
 
L
- LOGGER - Static variable in class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 - 
Logger.
 
M
- Messages - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Generated localization support class.
 - Messages() - Constructor for class com.adobe.jenkins.github_pr_comment_build.Messages
 - minimumPermissions - Variable in class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
 
O
- onEvent(GHEvent, String) - Method in class com.adobe.jenkins.github_pr_comment_build.IssueCommentGHEventSubscriber
 - 
Handles comments on pull requests.
 - onEvent(GHEvent, String) - Method in class com.adobe.jenkins.github_pr_comment_build.IssueLabelGHEventSubscriber
 - 
Handles Labels on pull requests.
 - onEvent(GHEvent, String) - Method in class com.adobe.jenkins.github_pr_comment_build.PRReviewGHEventSubscriber
 - 
Handles updates of pull requests.
 - onEvent(GHEvent, String) - Method in class com.adobe.jenkins.github_pr_comment_build.PRUpdateGHEventSubscriber
 - 
Handles updates of pull requests.
 
P
- postStartJob(TriggerPRCommentBranchProperty, Job<?, ?>, String) - Method in class com.adobe.jenkins.github_pr_comment_build.IssueCommentGHEventSubscriber
 - postStartJob(T, Job<?, ?>, U) - Method in class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 - 
Called after a job is started successfully, may be used for adding reactions or performing other actions.
 - PRReviewGHEventSubscriber - Class in com.adobe.jenkins.github_pr_comment_build
 - 
This subscriber manages
GHEventPULL_REQUEST_REVIEW edits. - PRReviewGHEventSubscriber() - Constructor for class com.adobe.jenkins.github_pr_comment_build.PRReviewGHEventSubscriber
 - PRUpdateGHEventSubscriber - Class in com.adobe.jenkins.github_pr_comment_build
 - 
This subscriber manages
GHEventPULL_REQUEST edits. - PRUpdateGHEventSubscriber() - Constructor for class com.adobe.jenkins.github_pr_comment_build.PRUpdateGHEventSubscriber
 
R
- REPOSITORY_NAME_PATTERN - Static variable in class com.adobe.jenkins.github_pr_comment_build.BasePRGHEventSubscriber
 - 
Regex pattern for a GitHub repository.
 
S
- setAllowUntrusted(boolean) - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
 - 
Deprecated.
 - setMinimumPermissions(String) - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
 
T
- TriggerBranchProperty - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Common parts of TriggerPR*BranchProperty classes
 - TriggerBranchProperty() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
 - TriggerBranchPropertyDescriptorImpl - Class in com.adobe.jenkins.github_pr_comment_build
 - TriggerBranchPropertyDescriptorImpl() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerBranchPropertyDescriptorImpl
 - TriggerPRCommentBranchProperty - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Allows a GitHub pull request comment to trigger an immediate build based on a comment string.
 - TriggerPRCommentBranchProperty(String, boolean) - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRCommentBranchProperty
 - 
Constructor.
 - TriggerPRCommentBranchProperty_trigger_on_pull_request_comment() - Static method in class com.adobe.jenkins.github_pr_comment_build.Messages
 - 
Key
TriggerPRCommentBranchProperty.trigger_on_pull_request_comment:Trigger build on pull request comment. - TriggerPRCommentBranchProperty.DescriptorImpl - Class in com.adobe.jenkins.github_pr_comment_build
 - TriggerPRLabelBranchProperty - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Allows a GitHub pull request comment to trigger an immediate build based on a comment string.
 - TriggerPRLabelBranchProperty(String) - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRLabelBranchProperty
 - 
Constructor.
 - TriggerPRLabelBranchProperty_trigger_on_pull_request_label() - Static method in class com.adobe.jenkins.github_pr_comment_build.Messages
 - 
Key
TriggerPRLabelBranchProperty.trigger_on_pull_request_label:Trigger build on pull request label. - TriggerPRLabelBranchProperty.DescriptorImpl - Class in com.adobe.jenkins.github_pr_comment_build
 - TriggerPRReviewBranchProperty - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Allows a GitHub pull request update to trigger an immediate build.
 - TriggerPRReviewBranchProperty() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRReviewBranchProperty
 - 
Constructor.
 - TriggerPRReviewBranchProperty_trigger_on_pull_request_review() - Static method in class com.adobe.jenkins.github_pr_comment_build.Messages
 - 
Key
TriggerPRReviewBranchProperty.trigger_on_pull_request_review:Trigger build on pull request review. - TriggerPRReviewBranchProperty.DescriptorImpl - Class in com.adobe.jenkins.github_pr_comment_build
 - TriggerPRUpdateBranchProperty - Class in com.adobe.jenkins.github_pr_comment_build
 - 
Allows a GitHub pull request update to trigger an immediate build.
 - TriggerPRUpdateBranchProperty() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRUpdateBranchProperty
 - 
Constructor.
 - TriggerPRUpdateBranchProperty_trigger_on_pull_request_update() - Static method in class com.adobe.jenkins.github_pr_comment_build.Messages
 - 
Key
TriggerPRUpdateBranchProperty.trigger_on_pull_request_update:Trigger build on pull request update. - TriggerPRUpdateBranchProperty.DescriptorImpl - Class in com.adobe.jenkins.github_pr_comment_build
 
_
- _TriggerPRCommentBranchProperty_trigger_on_pull_request_comment() - Static method in class com.adobe.jenkins.github_pr_comment_build.Messages
 - 
Key
TriggerPRCommentBranchProperty.trigger_on_pull_request_comment:Trigger build on pull request comment. - _TriggerPRLabelBranchProperty_trigger_on_pull_request_label() - Static method in class com.adobe.jenkins.github_pr_comment_build.Messages
 - 
Key
TriggerPRLabelBranchProperty.trigger_on_pull_request_label:Trigger build on pull request label. - _TriggerPRReviewBranchProperty_trigger_on_pull_request_review() - Static method in class com.adobe.jenkins.github_pr_comment_build.Messages
 - 
Key
TriggerPRReviewBranchProperty.trigger_on_pull_request_review:Trigger build on pull request review. - _TriggerPRUpdateBranchProperty_trigger_on_pull_request_update() - Static method in class com.adobe.jenkins.github_pr_comment_build.Messages
 - 
Key
TriggerPRUpdateBranchProperty.trigger_on_pull_request_update:Trigger build on pull request update. 
All Classes and Interfaces|All Packages|Serialized Form