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