Uses of Interface
org.apache.camel.builder.endpoint.dsl.JiraEndpointBuilderFactory.JiraEndpointBuilder
Packages that use JiraEndpointBuilderFactory.JiraEndpointBuilder
-
Uses of JiraEndpointBuilderFactory.JiraEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JiraEndpointBuilderFactory.JiraEndpointBuilderModifier and TypeMethodDescriptionJira (camel-jira) Interact with JIRA issue tracker.Jira (camel-jira) Interact with JIRA issue tracker. -
Uses of JiraEndpointBuilderFactory.JiraEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JiraEndpointBuilderFactory.JiraEndpointBuilderModifier and TypeMethodDescriptionJiraEndpointBuilderFactory.JiraEndpointBuilder.accessToken(String accessToken) (OAuth or Personal Access Token authentication) The access token generated by the Jira server.JiraEndpointBuilderFactory.AdvancedJiraEndpointBuilder.basic()JiraEndpointBuilderFactory.JiraEndpointBuilder.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.endpointBuilder(String componentName, String path) Jira (camel-jira) Interact with JIRA issue tracker.Jira (camel-jira) Interact with JIRA issue tracker.The Jira server url, example: http://my_jira.com:8081.(Basic authentication only) The password or the API Token to authenticate to the Jira server.JiraEndpointBuilderFactory.JiraEndpointBuilder.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.JiraEndpointBuilder.verificationCode(String verificationCode) (OAuth only) The verification code from Jira generated in the first step of the authorization proccess.