Uses of Class
org.apache.camel.component.github.producer.AbstractGitHubProducer
-
Packages that use AbstractGitHubProducer Package Description org.apache.camel.component.github.producer -
-
Uses of AbstractGitHubProducer in org.apache.camel.component.github.producer
Subclasses of AbstractGitHubProducer in org.apache.camel.component.github.producer Modifier and Type Class Description class
ClosePullRequestProducer
Producer endpoint that closes a pull request.class
CreateIssueProducer
Producer endpoint that creates an issue.class
GetCommitFileProducer
Producer endpoint that gets the file associated with a CommitFile object.class
PullRequestCommentProducer
Producer endpoint that adds one of two types of comments on a GitHub pull request: 1.) Response to an in-line comment made on a pull request commit review.class
PullRequestFilesProducer
Producer endpoint that gets the files associated with a pull request.class
PullRequestStateProducer
Producer endpoint that sets the commit status.
-