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, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public GitProducer(GitEndpoint endpoint)
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultProducer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultProducer
Exception
protected void doClone(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doInit(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doAdd(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doRemove(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doCommit(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doCommitAll(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doCreateBranch(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doDeleteBranch(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doStatus(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doLog(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doPush(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doPull(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doCreateTag(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doDeleteTag(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
protected void doShowBranches(org.apache.camel.Exchange exchange, String operation) throws Exception
Exception
Apache Camel