JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
J
N
O
P
S
V
A
AbstractJIRAConsumer
- Class in
org.apache.camel.component.jira.consumer
AbstractJIRAConsumer(JIRAEndpoint, Processor)
- Constructor for class org.apache.camel.component.jira.consumer.
AbstractJIRAConsumer
AbstractJIRAProducer
- Class in
org.apache.camel.component.jira.producer
AbstractJIRAProducer(JIRAEndpoint)
- Constructor for class org.apache.camel.component.jira.producer.
AbstractJIRAProducer
C
client()
- Method in class org.apache.camel.component.jira.consumer.
AbstractJIRAConsumer
client()
- Method in class org.apache.camel.component.jira.producer.
AbstractJIRAProducer
createConsumer(Processor)
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
createEndpoint(String, String, Map<String, Object>)
- Method in class org.apache.camel.component.jira.
JIRAComponent
createProducer()
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
G
getDelay()
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
getIssues()
- Method in class org.apache.camel.component.jira.consumer.
AbstractJIRAConsumer
getIssues(String, int, int, int)
- Method in class org.apache.camel.component.jira.consumer.
AbstractJIRAConsumer
getJql()
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
getPassword()
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
getServerUrl()
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
getType()
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
getUsername()
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
I
isSingleton()
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
J
JIRAComponent
- Class in
org.apache.camel.component.jira
Represents the component that manages
JIRAEndpoint
.
JIRAComponent()
- Constructor for class org.apache.camel.component.jira.
JIRAComponent
JIRAEndpoint
- Class in
org.apache.camel.component.jira
The jira component interacts with the JIRA issue tracker.
JIRAEndpoint(String, JIRAComponent)
- Constructor for class org.apache.camel.component.jira.
JIRAEndpoint
JIRAType
- Enum in
org.apache.camel.component.jira
N
NewCommentConsumer
- Class in
org.apache.camel.component.jira.consumer
Consumes new comments on JIRA issues.
NewCommentConsumer(JIRAEndpoint, Processor)
- Constructor for class org.apache.camel.component.jira.consumer.
NewCommentConsumer
NewIssueConsumer
- Class in
org.apache.camel.component.jira.consumer
Consumes new JIRA issues.
NewIssueConsumer(JIRAEndpoint, Processor)
- Constructor for class org.apache.camel.component.jira.consumer.
NewIssueConsumer
NewIssueProducer
- Class in
org.apache.camel.component.jira.producer
NewIssueProducer(JIRAEndpoint)
- Constructor for class org.apache.camel.component.jira.producer.
NewIssueProducer
O
org.apache.camel.component.jira
- package org.apache.camel.component.jira
org.apache.camel.component.jira.consumer
- package org.apache.camel.component.jira.consumer
org.apache.camel.component.jira.producer
- package org.apache.camel.component.jira.producer
P
poll()
- Method in class org.apache.camel.component.jira.consumer.
AbstractJIRAConsumer
poll()
- Method in class org.apache.camel.component.jira.consumer.
NewCommentConsumer
poll()
- Method in class org.apache.camel.component.jira.consumer.
NewIssueConsumer
process(Exchange)
- Method in class org.apache.camel.component.jira.producer.
AbstractJIRAProducer
process(Exchange)
- Method in class org.apache.camel.component.jira.producer.
NewIssueProducer
S
setDelay(int)
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
Delay in seconds when querying JIRA using the consumer.
setJql(String)
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
JQL is the query language from JIRA which allows you to retrieve the data you want.
setPassword(String)
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
Password for login
setServerUrl(String)
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
URL to the JIRA server
setType(JIRAType)
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
Operation to perform such as create a new issue or a new comment
setUsername(String)
- Method in class org.apache.camel.component.jira.
JIRAEndpoint
Username for login
V
valueOf(String)
- Static method in enum org.apache.camel.component.jira.
JIRAType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.camel.component.jira.
JIRAType
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
G
I
J
N
O
P
S
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Apache Camel