Interface GitHubEndpointBuilderFactory.GitHubBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
GitHubEndpointBuilderFactory

public static interface GitHubEndpointBuilderFactory.GitHubBuilders
  • Method Details

    • 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

      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