Skip navigation links
C D E G I J M O P T _ 

C

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.TriggerPRReviewBranchProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRUpdateBranchProperty.DescriptorImpl
 

E

events() - Method in class com.adobe.jenkins.github_pr_comment_build.IssueCommentGHEventSubscriber
 
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

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.TriggerPRReviewBranchProperty.DescriptorImpl
 
getDisplayName() - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRUpdateBranchProperty.DescriptorImpl
 
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.
getShortDescription() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestCommentCause
 
getShortDescription() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestReviewCause
 
getShortDescription() - Method in class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestUpdateCause
 
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.
GitHubPullRequestReviewCause - Class in com.adobe.jenkins.github_pr_comment_build
Created by Micky Loo on 05/02/2019.
GitHubPullRequestReviewCause(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) - Constructor for class com.adobe.jenkins.github_pr_comment_build.GitHubPullRequestUpdateCause
Constructor.

I

isApplicable(Item) - Method in class com.adobe.jenkins.github_pr_comment_build.IssueCommentGHEventSubscriber
 
isApplicable(Item) - Method in class com.adobe.jenkins.github_pr_comment_build.PRReviewGHEventSubscriber
 
isApplicable(Item) - Method in class com.adobe.jenkins.github_pr_comment_build.PRUpdateGHEventSubscriber
 
IssueCommentGHEventSubscriber - Class in com.adobe.jenkins.github_pr_comment_build
This subscriber manages GHEvent ISSUE_COMMENT.
IssueCommentGHEventSubscriber() - Constructor for class com.adobe.jenkins.github_pr_comment_build.IssueCommentGHEventSubscriber
 

J

jobDecorator(Class<P>) - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRCommentBranchProperty
 
jobDecorator(Class<P>) - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRReviewBranchProperty
 
jobDecorator(Class<P>) - Method in class com.adobe.jenkins.github_pr_comment_build.TriggerPRUpdateBranchProperty
 

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
 

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.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

PRReviewGHEventSubscriber - Class in com.adobe.jenkins.github_pr_comment_build
This subscriber manages GHEvent PULL_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 GHEvent PULL_REQUEST edits.
PRUpdateGHEventSubscriber() - Constructor for class com.adobe.jenkins.github_pr_comment_build.PRUpdateGHEventSubscriber
 

T

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) - Constructor for class com.adobe.jenkins.github_pr_comment_build.TriggerPRCommentBranchProperty
Constructor.
TriggerPRCommentBranchProperty.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.
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.DescriptorImpl - Class in com.adobe.jenkins.github_pr_comment_build
 
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 - 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.DescriptorImpl - Class in com.adobe.jenkins.github_pr_comment_build
 
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.

_

_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.
_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.
C D E G I J M O P T _ 
Skip navigation links

Copyright © 2016–2022. All rights reserved.