Interface GitEndpointBuilderFactory.GitEndpointConsumerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
GitEndpointBuilderFactory.GitEndpointBuilder
- Enclosing interface:
- GitEndpointBuilderFactory
public static interface GitEndpointBuilderFactory.GitEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the Git component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()branchName(String branchName) The branch name to work on.The consumer type.type(org.apache.camel.component.git.consumer.GitType type) The consumer type.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
-
Method Details
-
advanced
-
branchName
The branch name to work on. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
branchName- the value to set- Returns:
- the dsl builder
-
type
default GitEndpointBuilderFactory.GitEndpointConsumerBuilder type(org.apache.camel.component.git.consumer.GitType type) The consumer type. The option is a: <code>org.apache.camel.component.git.consumer.GitType</code> type. Group: consumer- Parameters:
type- the value to set- Returns:
- the dsl builder
-
type
The consumer type. The option will be converted to a <code>org.apache.camel.component.git.consumer.GitType</code> type. Group: consumer- Parameters:
type- the value to set- Returns:
- the dsl builder
-