Interface JiraEndpointBuilderFactory.JiraBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
- JiraEndpointBuilderFactory
public static interface JiraEndpointBuilderFactory.JiraBuilders
-
Method Summary
Modifier and TypeMethodDescriptionjira()
Jira (camel-jira) Interact with JIRA issue tracker.Jira (camel-jira) Interact with JIRA issue tracker.Jira (camel-jira) Interact with JIRA issue tracker.
-
Method Details
-
jira
Jira (camel-jira) Interact with JIRA issue tracker. Category: document Since: 3.0 Maven coordinates: org.apache.camel:camel-jira- Returns:
- the dsl builder for the headers' name.
-
jira
Jira (camel-jira) Interact with JIRA issue tracker. Category: document Since: 3.0 Maven coordinates: org.apache.camel:camel-jira Syntax:jira:type
Path parameter: type (required) Operation to perform. Consumers: NewIssues, NewComments. Producers: AddIssue, AttachFile, DeleteIssue, TransitionIssue, UpdateIssue, Watchers. See this class javadoc description for more information. There are 14 enums and the value can be one of: ADDCOMMENT, ADDISSUE, ATTACH, DELETEISSUE, NEWISSUES, NEWCOMMENTS, WATCHUPDATES, UPDATEISSUE, TRANSITIONISSUE, WATCHERS, ADDISSUELINK, ADDWORKLOG, FETCHISSUE, FETCHCOMMENTS- Parameters:
path
- type- Returns:
- the dsl builder
-
jira
Jira (camel-jira) Interact with JIRA issue tracker. Category: document Since: 3.0 Maven coordinates: org.apache.camel:camel-jira Syntax:jira:type
Path parameter: type (required) Operation to perform. Consumers: NewIssues, NewComments. Producers: AddIssue, AttachFile, DeleteIssue, TransitionIssue, UpdateIssue, Watchers. See this class javadoc description for more information. There are 14 enums and the value can be one of: ADDCOMMENT, ADDISSUE, ATTACH, DELETEISSUE, NEWISSUES, NEWCOMMENTS, WATCHUPDATES, UPDATEISSUE, TRANSITIONISSUE, WATCHERS, ADDISSUELINK, ADDWORKLOG, FETCHISSUE, FETCHCOMMENTS- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- type- Returns:
- the dsl builder
-