Interface GitHubEndpointBuilderFactory.GitHubBuilders

    • Method Detail

      • github

        default GitHubEndpointBuilderFactory.GitHubHeaderNameBuilder github()
        GitHub (camel-github) Interact with the GitHub API. Category: file,cloud,api Since: 2.15 Maven coordinates: org.apache.camel:camel-github
        Returns:
        the dsl builder for the headers' name.
      • github

        default GitHubEndpointBuilderFactory.GitHubEndpointBuilder github​(String path)
        GitHub (camel-github) Interact with the GitHub API. Category: file,cloud,api Since: 2.15 Maven coordinates: org.apache.camel:camel-github Syntax: github:type/branchName Path parameter: type (required) What git operation to execute There are 10 enums and the value can be one of: CLOSEPULLREQUEST, PULLREQUESTCOMMENT, COMMIT, PULLREQUEST, TAG, PULLREQUESTSTATE, PULLREQUESTFILES, GETCOMMITFILE, CREATEISSUE, EVENT Path parameter: branchName Name of branch
        Parameters:
        path - type/branchName
        Returns:
        the dsl builder
      • github

        default GitHubEndpointBuilderFactory.GitHubEndpointBuilder github​(String componentName,
                                                                          String path)
        GitHub (camel-github) Interact with the GitHub API. Category: file,cloud,api Since: 2.15 Maven coordinates: org.apache.camel:camel-github Syntax: github:type/branchName Path parameter: type (required) What git operation to execute There are 10 enums and the value can be one of: CLOSEPULLREQUEST, PULLREQUESTCOMMENT, COMMIT, PULLREQUEST, TAG, PULLREQUESTSTATE, PULLREQUESTFILES, GETCOMMITFILE, CREATEISSUE, EVENT Path parameter: branchName Name of branch
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - type/branchName
        Returns:
        the dsl builder