public class GitProducer
extends org.apache.camel.impl.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 |
doCherryPick(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 |
doInit(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doLog(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 |
doRemove(org.apache.camel.Exchange exchange,
String operation) |
protected void |
doShowBranches(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, createExchange, createExchange, getEndpoint, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic GitProducer(GitEndpoint endpoint)
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultProducerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultProducerExceptionprotected void doClone(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 doPull(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
ExceptionApache Camel