Uses of Interface
org.apache.camel.builder.endpoint.dsl.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder
Packages that use JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder
-
Uses of JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Jira component.Methods in org.apache.camel.builder.endpoint.dsl that return JiraEndpointBuilderFactory.JiraEndpointConsumerBuilderModifier and TypeMethodDescriptionJiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.accessToken(String accessToken) (OAuth or Personal Access Token authentication) The access token generated by the Jira server.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.JiraEndpointBuilderFactory.AdvancedJiraEndpointConsumerBuilder.basic()JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.consumerKey(String consumerKey) (OAuth only) The consumer key from Jira settings.Time in milliseconds to elapse for the next poll.Time in milliseconds to elapse for the next poll.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.The Jira server url, for example http://my_jira.com:8081.JQL is the query language from JIRA which allows you to retrieve the data you want.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.maxResults(Integer maxResults) Max number of issues to search for.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.maxResults(String maxResults) Max number of issues to search for.(Basic authentication only) The password or the API Token to authenticate to the Jira server.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.privateKey(String privateKey) (OAuth only) The private key generated by the client to encrypt the conversation to the server.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.sendOnlyUpdatedField(boolean sendOnlyUpdatedField) Indicator for sending only changed fields in exchange body or issue object.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.sendOnlyUpdatedField(String sendOnlyUpdatedField) Indicator for sending only changed fields in exchange body or issue object.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.(Basic authentication only) The username to authenticate to the Jira server.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.verificationCode(String verificationCode) (OAuth only) The verification code from Jira generated in the first step of the authorization proccess.JiraEndpointBuilderFactory.JiraEndpointConsumerBuilder.watchedFields(String watchedFields) Comma separated list of fields to watch for changes.