A B C D G I L M O P R S T V 
All Classes All Packages

A

AbstractGitConsumer - Class in org.apache.camel.component.git.consumer
 
AbstractGitConsumer(GitEndpoint, Processor) - Constructor for class org.apache.camel.component.git.consumer.AbstractGitConsumer
 
ADD_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 

B

BRANCH - org.apache.camel.component.git.consumer.GitType
 
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.git.GitEndpointUriFactory
 

C

CHECKOUT_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
CHERRYPICK_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
CLEAN_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
CLONE_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
COMMIT - org.apache.camel.component.git.consumer.GitType
 
COMMIT_ALL_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
COMMIT_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.git.GitComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.git.GitEndpointConfigurer
 
CREATE_BRANCH_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
CREATE_TAG_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
createConsumer(Processor) - Method in class org.apache.camel.component.git.GitEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.git.GitComponent
 
createProducer() - Method in class org.apache.camel.component.git.GitEndpoint
 

D

DELETE_BRANCH_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
DELETE_TAG_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
doAdd(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doCheckout(String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doCherryPick(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doClean(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doClone(String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doCommit(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doCommitAll(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doCreateBranch(String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doCreateTag(String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doDeleteBranch(String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doDeleteTag(String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doGc(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doInit(String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doLog(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doMerge(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doPull(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doPush(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doPushTag(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doRemoteAdd(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doRemoteList(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doRemove(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doShowBranches(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doShowTags(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doStart() - Method in class org.apache.camel.component.git.consumer.AbstractGitConsumer
 
doStart() - Method in class org.apache.camel.component.git.producer.GitProducer
 
doStatus(Exchange, String) - Method in class org.apache.camel.component.git.producer.GitProducer
 
doStop() - Method in class org.apache.camel.component.git.consumer.AbstractGitConsumer
 
doStop() - Method in class org.apache.camel.component.git.producer.GitProducer
 

G

GC_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
getBranchName() - Method in class org.apache.camel.component.git.GitEndpoint
The branch name to work on
getGit() - Method in class org.apache.camel.component.git.consumer.AbstractGitConsumer
 
getLocalPath() - Method in class org.apache.camel.component.git.GitEndpoint
Local repository path
getOperation() - Method in class org.apache.camel.component.git.GitEndpoint
The operation to do on the repository
getOptionType(String, boolean) - Method in class org.apache.camel.component.git.GitComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.git.GitEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.git.GitComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.git.GitEndpointConfigurer
 
getPassword() - Method in class org.apache.camel.component.git.GitEndpoint
Remote repository password
getRemoteName() - Method in class org.apache.camel.component.git.GitEndpoint
The remote repository name to use in particular operation like pull
getRemotePath() - Method in class org.apache.camel.component.git.GitEndpoint
The remote repository path
getRepository() - Method in class org.apache.camel.component.git.consumer.AbstractGitConsumer
 
getTagName() - Method in class org.apache.camel.component.git.GitEndpoint
The tag name to work on
getTargetBranchName() - Method in class org.apache.camel.component.git.GitEndpoint
The branch name to merge
getType() - Method in class org.apache.camel.component.git.GitEndpoint
The consumer type
getUsername() - Method in class org.apache.camel.component.git.GitEndpoint
Remote repository username
GIT_ALLOW_EMPTY - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_BRANCH_LEAF - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_BRANCH_OBJECT_ID - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_COMMIT_AUTHOR_NAME - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_COMMIT_COMMITTER_NAME - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_COMMIT_EMAIL - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_COMMIT_ID - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_COMMIT_MESSAGE - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_COMMIT_TIME - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_COMMIT_USERNAME - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_FILE_NAME - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_OPERATION - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_TAG_LEAF - Static variable in interface org.apache.camel.component.git.GitConstants
 
GIT_TAG_OBJECT_ID - Static variable in interface org.apache.camel.component.git.GitConstants
 
GitBranchConsumer - Class in org.apache.camel.component.git.consumer
 
GitBranchConsumer(GitEndpoint, Processor) - Constructor for class org.apache.camel.component.git.consumer.GitBranchConsumer
 
GitCommitConsumer - Class in org.apache.camel.component.git.consumer
 
GitCommitConsumer(GitEndpoint, Processor) - Constructor for class org.apache.camel.component.git.consumer.GitCommitConsumer
 
GitComponent - Class in org.apache.camel.component.git
Represents the component that manages GitEndpoint.
GitComponent() - Constructor for class org.apache.camel.component.git.GitComponent
 
GitComponentConfigurer - Class in org.apache.camel.component.git
Generated by camel build tools - do NOT edit this file!
GitComponentConfigurer() - Constructor for class org.apache.camel.component.git.GitComponentConfigurer
 
GitConstants - Interface in org.apache.camel.component.git
 
GitEndpoint - Class in org.apache.camel.component.git
Perform operations on git repositories.
GitEndpoint(String, GitComponent) - Constructor for class org.apache.camel.component.git.GitEndpoint
 
GitEndpointConfigurer - Class in org.apache.camel.component.git
Generated by camel build tools - do NOT edit this file!
GitEndpointConfigurer() - Constructor for class org.apache.camel.component.git.GitEndpointConfigurer
 
GitEndpointUriFactory - Class in org.apache.camel.component.git
Generated by camel build tools - do NOT edit this file!
GitEndpointUriFactory() - Constructor for class org.apache.camel.component.git.GitEndpointUriFactory
 
GitOperation - Interface in org.apache.camel.component.git.producer
 
GitProducer - Class in org.apache.camel.component.git.producer
 
GitProducer(GitEndpoint) - Constructor for class org.apache.camel.component.git.producer.GitProducer
 
GitTagConsumer - Class in org.apache.camel.component.git.consumer
 
GitTagConsumer(GitEndpoint, Processor) - Constructor for class org.apache.camel.component.git.consumer.GitTagConsumer
 
GitType - Enum in org.apache.camel.component.git.consumer
 

I

INIT_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
isAllowEmpty() - Method in class org.apache.camel.component.git.GitEndpoint
The flag to manage empty git commits
isEnabled(String) - Method in class org.apache.camel.component.git.GitEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.git.GitEndpointUriFactory
 

L

LOG_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 

M

MERGE_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
multiValuePrefixes() - Method in class org.apache.camel.component.git.GitEndpointUriFactory
 

O

org.apache.camel.component.git - package org.apache.camel.component.git
 
org.apache.camel.component.git.consumer - package org.apache.camel.component.git.consumer
 
org.apache.camel.component.git.producer - package org.apache.camel.component.git.producer
 

P

poll() - Method in class org.apache.camel.component.git.consumer.AbstractGitConsumer
 
poll() - Method in class org.apache.camel.component.git.consumer.GitBranchConsumer
 
poll() - Method in class org.apache.camel.component.git.consumer.GitCommitConsumer
 
poll() - Method in class org.apache.camel.component.git.consumer.GitTagConsumer
 
process(Exchange) - Method in class org.apache.camel.component.git.producer.GitProducer
 
propertyNames() - Method in class org.apache.camel.component.git.GitEndpointUriFactory
 
PULL_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
PUSH_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
PUSH_TAG_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 

R

REMOTE_ADD_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
REMOTE_LIST_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
REMOVE_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 

S

secretPropertyNames() - Method in class org.apache.camel.component.git.GitEndpointUriFactory
 
setAllowEmpty(boolean) - Method in class org.apache.camel.component.git.GitEndpoint
 
setBranchName(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
setLocalPath(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
setOperation(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
setPassword(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
setRemoteName(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
setRemotePath(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
setTagName(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
setTargetBranchName(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
setType(GitType) - Method in class org.apache.camel.component.git.GitEndpoint
 
setUsername(String) - Method in class org.apache.camel.component.git.GitEndpoint
 
SHOW_BRANCHES_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
SHOW_TAGS_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 
STATUS_OPERATION - Static variable in interface org.apache.camel.component.git.producer.GitOperation
 

T

TAG - org.apache.camel.component.git.consumer.GitType
 

V

valueOf(String) - Static method in enum org.apache.camel.component.git.consumer.GitType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.git.consumer.GitType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G I L M O P R S T V 
All Classes All Packages