Name | Kind | Type | Required | Deprecated | Default Value | Enum Values | Description |
---|---|---|---|---|---|---|---|
localPath | path | java.lang.String | true | false | Local repository path | ||
branchName | parameter | java.lang.String | false | The branch name to work on | |||
tagName | parameter | java.lang.String | false | The tag name to work on | |||
type | parameter | org.apache.camel.component.git.consumer.GitType | false | COMMIT TAG BRANCH |
The consumer type | ||
username | parameter | java.lang.String | false | Remote repository username | |||
password | parameter | java.lang.String | false | Remote repository password | |||
remotePath | parameter | java.lang.String | false | The remote repository path | |||
operation | parameter | java.lang.String | false | The operation to do on the repository | |||
exchangePattern | parameter | org.apache.camel.ExchangePattern | false | InOnly | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | boolean | false | false | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |