public abstract class AbstractGitHubProducer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
AbstractGitHubProducer(GitHubEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.egit.github.core.Repository |
getRepository() |
protected org.eclipse.egit.github.core.service.RepositoryService |
getRepositoryService() |
protected void |
initService(org.eclipse.egit.github.core.service.GitHubService service) |
abstract void |
process(org.apache.camel.Exchange exchange) |
createExchange, doStart, doStop, getEndpoint, isSingleton, toStringdoInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic AbstractGitHubProducer(GitHubEndpoint endpoint) throws Exception
Exceptionprotected void initService(org.eclipse.egit.github.core.service.GitHubService service)
protected org.eclipse.egit.github.core.service.RepositoryService getRepositoryService()
protected org.eclipse.egit.github.core.Repository getRepository()
Apache Camel