Uses of Interface
org.apache.camel.builder.component.dsl.JiraComponentBuilderFactory.JiraComponentBuilder
Packages that use JiraComponentBuilderFactory.JiraComponentBuilder
-
Uses of JiraComponentBuilderFactory.JiraComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JiraComponentBuilderFactory.JiraComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jira()Jira (camel-jira) Interact with JIRA issue tracker. -
Uses of JiraComponentBuilderFactory.JiraComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JiraComponentBuilderFactory.JiraComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return JiraComponentBuilderFactory.JiraComponentBuilderModifier and TypeMethodDescriptionJiraComponentBuilderFactory.JiraComponentBuilder.accessToken(String accessToken) (OAuth or Personal Access Token authentication) The access token generated by the Jira server.JiraComponentBuilderFactory.JiraComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JiraComponentBuilderFactory.JiraComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JiraComponentBuilderFactory.JiraComponentBuilder.configuration(org.apache.camel.component.jira.JiraConfiguration configuration) To use a shared base jira configuration.JiraComponentBuilderFactory.JiraComponentBuilder.consumerKey(String consumerKey) (OAuth only) The consumer key from Jira settings.Time in milliseconds to elapse for the next poll.JiraComponentBuilderFactory.JiraComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.JiraComponentBuilderFactory.JiraComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.JiraComponentBuilderFactory.jira()Jira (camel-jira) Interact with JIRA issue tracker.The Jira server url, for example http://my_jira.com:8081.JiraComponentBuilderFactory.JiraComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).(Basic authentication only) The password or the API Token to authenticate to the Jira server.JiraComponentBuilderFactory.JiraComponentBuilder.privateKey(String privateKey) (OAuth only) The private key generated by the client to encrypt the conversation to the server.(Basic authentication only) The username to authenticate to the Jira server.JiraComponentBuilderFactory.JiraComponentBuilder.verificationCode(String verificationCode) (OAuth only) The verification code from Jira generated in the first step of the authorization proccess.