Uses of Interface
org.apache.camel.builder.endpoint.dsl.JiraEndpointBuilderFactory.JiraEndpointProducerBuilder
Packages that use JiraEndpointBuilderFactory.JiraEndpointProducerBuilder
-
Uses of JiraEndpointBuilderFactory.JiraEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JiraEndpointBuilderFactory.JiraEndpointProducerBuilder 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.JiraEndpointProducerBuilderModifier and TypeMethodDescriptionJiraEndpointBuilderFactory.JiraEndpointProducerBuilder.accessToken(String accessToken) (OAuth or Personal Access Token authentication) The access token generated by the Jira server.JiraEndpointBuilderFactory.AdvancedJiraEndpointProducerBuilder.basic()JiraEndpointBuilderFactory.JiraEndpointProducerBuilder.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.The Jira server url, for example http://my_jira.com:8081.(Basic authentication only) The password or the API Token to authenticate to the Jira server.JiraEndpointBuilderFactory.JiraEndpointProducerBuilder.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.JiraEndpointBuilderFactory.JiraEndpointProducerBuilder.verificationCode(String verificationCode) (OAuth only) The verification code from Jira generated in the first step of the authorization proccess.