Interface GitEndpointBuilderFactory.GitBuilders

    • Method Detail

      • git

        default GitEndpointBuilderFactory.GitEndpointBuilder git​(String path)
        Git (camel-git) Perform operations on git repositories. Category: file Since: 2.16 Maven coordinates: org.apache.camel:camel-git Syntax: git:localPath Path parameter: localPath (required) Local repository path
        Parameters:
        path - localPath
        Returns:
        the dsl builder
      • git

        default GitEndpointBuilderFactory.GitEndpointBuilder git​(String componentName,
                                                                 String path)
        Git (camel-git) Perform operations on git repositories. Category: file Since: 2.16 Maven coordinates: org.apache.camel:camel-git Syntax: git:localPath Path parameter: localPath (required) Local repository path
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - localPath
        Returns:
        the dsl builder