Uses of Class
org.apache.camel.component.github.GitHubEndpoint
-
Packages that use GitHubEndpoint Package Description org.apache.camel.component.github.consumer org.apache.camel.component.github.producer -
-
Uses of GitHubEndpoint in org.apache.camel.component.github.consumer
Methods in org.apache.camel.component.github.consumer that return GitHubEndpoint Modifier and Type Method Description GitHubEndpoint
CommitConsumer. getEndpoint()
Constructors in org.apache.camel.component.github.consumer with parameters of type GitHubEndpoint Constructor Description AbstractGitHubConsumer(GitHubEndpoint endpoint, org.apache.camel.Processor processor)
CommitConsumer(GitHubEndpoint endpoint, org.apache.camel.Processor processor, String branchName, String startingSha)
EventsConsumer(GitHubEndpoint endpoint, org.apache.camel.Processor processor)
PullRequestCommentConsumer(GitHubEndpoint endpoint, org.apache.camel.Processor processor)
PullRequestConsumer(GitHubEndpoint endpoint, org.apache.camel.Processor processor)
TagConsumer(GitHubEndpoint endpoint, org.apache.camel.Processor processor)
-
Uses of GitHubEndpoint in org.apache.camel.component.github.producer
Constructors in org.apache.camel.component.github.producer with parameters of type GitHubEndpoint Constructor Description AbstractGitHubProducer(GitHubEndpoint endpoint)
ClosePullRequestProducer(GitHubEndpoint endpoint)
CreateIssueProducer(GitHubEndpoint endpoint)
GetCommitFileProducer(GitHubEndpoint endpoint)
PullRequestCommentProducer(GitHubEndpoint endpoint)
PullRequestFilesProducer(GitHubEndpoint endpoint)
PullRequestStateProducer(GitHubEndpoint endpoint)
-