Interface GitHub2EndpointBuilderFactory.GitHub2Builders

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

public static interface GitHub2EndpointBuilderFactory.GitHub2Builders
  • Method Details

    • github2

      GitHub2 (camel-github2) Interact with the GitHub API. Category: file,cloud,api Since: 4.18 Maven coordinates: org.apache.camel:camel-github2
      Returns:
      the dsl builder for the headers' name.
    • github2

      GitHub2 (camel-github2) Interact with the GitHub API. Category: file,cloud,api Since: 4.18 Maven coordinates: org.apache.camel:camel-github2 Syntax: github2: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
    • github2

      default GitHub2EndpointBuilderFactory.GitHub2EndpointBuilder github2(String componentName, String path)
      GitHub2 (camel-github2) Interact with the GitHub API. Category: file,cloud,api Since: 4.18 Maven coordinates: org.apache.camel:camel-github2 Syntax: github2: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