public class GitProducer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
GitProducer(GitEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAdd(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doCheckout(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doCherryPick(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doClean(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doClone(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doCommit(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doCommitAll(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doCreateBranch(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doCreateTag(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doDeleteBranch(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doDeleteTag(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doGc(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doInit(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doLog(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doMerge(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doPull(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doPush(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doPushTag(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doRemoteAdd(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doRemoteList(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doRemove(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doShowBranches(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doShowTags(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doStart() |
protected void |
doStatus(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doStop() |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, getEndpoint, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic GitProducer(GitEndpoint endpoint)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultProducerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultProducerExceptionprotected void doClone(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doCheckout(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doInit(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doAdd(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doRemove(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doCommit(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doCommitAll(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doCreateBranch(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doDeleteBranch(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doStatus(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doLog(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doPush(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doPushTag(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doPull(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doMerge(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doCreateTag(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doDeleteTag(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doShowBranches(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doShowTags(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doCherryPick(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doClean(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doGc(org.apache.camel.Exchange exchange,
String operation)
throws Exception
Exceptionprotected void doRemoteAdd(org.apache.camel.Exchange exchange,
String operation)
throws Exception
ExceptionApache Camel