@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface GitHubEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GitHubEndpointBuilderFactory.AdvancedGitHubEndpointBuilder
Advanced builder for endpoint for the GitHub component.
|
static interface |
GitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder
Advanced builder for endpoint consumers for the GitHub component.
|
static interface |
GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
Advanced builder for endpoint producers for the GitHub component.
|
static interface |
GitHubEndpointBuilderFactory.GitHubBuilders |
static interface |
GitHubEndpointBuilderFactory.GitHubEndpointBuilder
Builder for endpoint for the GitHub component.
|
static interface |
GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder
Builder for endpoint consumers for the GitHub component.
|
static interface |
GitHubEndpointBuilderFactory.GitHubEndpointProducerBuilder
Builder for endpoint producers for the GitHub component.
|
| Modifier and Type | Method and Description |
|---|---|
static GitHubEndpointBuilderFactory.GitHubEndpointBuilder |
github(String path)
GitHub (camel-github)
The github component is used for integrating Camel with github.
|
static GitHubEndpointBuilderFactory.GitHubEndpointBuilder github(String path)
github:type/branchName
Path parameter: type (required)
What git operation to execute
The value can be one of: CLOSEPULLREQUEST, PULLREQUESTCOMMENT, COMMIT,
PULLREQUEST, TAG, PULLREQUESTSTATE, PULLREQUESTFILES, GETCOMMITFILE,
CREATEISSUE
Path parameter: branchName
Name of branchApache Camel