public static interface JiraEndpointBuilderFactory.JiraBuilders
| Modifier and Type | Method and Description |
|---|---|
default JiraEndpointBuilderFactory.JiraEndpointBuilder |
jira(String path)
Jira (camel-jira)
Interact with JIRA issue tracker.
|
default JiraEndpointBuilderFactory.JiraEndpointBuilder |
jira(String componentName,
String path)
Jira (camel-jira)
Interact with JIRA issue tracker.
|
default JiraEndpointBuilderFactory.JiraEndpointBuilder jira(String path)
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.
The value can be one of: ADDCOMMENT, ADDISSUE, ATTACH, DELETEISSUE,
NEWISSUES, NEWCOMMENTS, WATCHUPDATES, UPDATEISSUE, TRANSITIONISSUE,
WATCHERS, ADDISSUELINK, ADDWORKLOG, FETCHISSUE, FETCHCOMMENTSpath - typedefault JiraEndpointBuilderFactory.JiraEndpointBuilder jira(String componentName, String path)
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.
The value can be one of: ADDCOMMENT, ADDISSUE, ATTACH, DELETEISSUE,
NEWISSUES, NEWCOMMENTS, WATCHUPDATES, UPDATEISSUE, TRANSITIONISSUE,
WATCHERS, ADDISSUELINK, ADDWORKLOG, FETCHISSUE, FETCHCOMMENTScomponentName - to use a custom component name for the endpoint
instead of the default namepath - typeApache Camel