@UriEndpoint(scheme="jira",
title="JIRA",
syntax="jira:type",
label="api,reporting")
public class JIRAEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
JIRAEndpoint(String uri,
JIRAComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
int |
getDelay() |
String |
getJql() |
String |
getPassword() |
String |
getServerUrl() |
JIRAType |
getType() |
String |
getUsername() |
boolean |
isSingleton() |
void |
setDelay(int delay) |
void |
setJql(String jql) |
void |
setPassword(String password) |
void |
setServerUrl(String serverUrl) |
void |
setType(JIRAType type) |
void |
setUsername(String username) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic JIRAEndpoint(String uri, JIRAComponent component)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public JIRAType getType()
public void setType(JIRAType type)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getJql()
public void setJql(String jql)
public int getDelay()
public void setDelay(int delay)
Apache Camel