public static interface GitEndpointBuilderFactory.GitEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
default GitEndpointBuilderFactory.AdvancedGitEndpointProducerBuilder advanced()
default GitEndpointBuilderFactory.GitEndpointProducerBuilder branchName(String branchName)
branchName - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder allowEmpty(boolean allowEmpty)
allowEmpty - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder allowEmpty(String allowEmpty)
allowEmpty - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder operation(String operation)
operation - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder password(String password)
password - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder remoteName(String remoteName)
remoteName - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder remotePath(String remotePath)
remotePath - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder tagName(String tagName)
tagName - the value to setdefault GitEndpointBuilderFactory.GitEndpointProducerBuilder username(String username)
username - the value to setApache Camel