@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)
Delay in seconds when querying JIRA using the consumer.
|
void |
setJql(String jql)
JQL is the query language from JIRA which allows you to retrieve the data you want.
|
void |
setPassword(String password)
Password for login
|
void |
setServerUrl(String serverUrl)
URL to the JIRA server
|
void |
setType(JIRAType type)
Operation to perform such as create a new issue or a new comment
|
void |
setUsername(String username)
Username for login
|
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public JIRAEndpoint(String uri, JIRAComponent component)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public 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