public static interface GitHubEndpointBuilderFactory.GitHubBuilders
| Modifier and Type | Method and Description |
|---|---|
default GitHubEndpointBuilderFactory.GitHubEndpointBuilder |
github(String path)
GitHub (camel-github)
The github component is used for integrating Camel with github.
|
default 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