Interface JiraEndpointBuilderFactory.JiraEndpointProducerBuilder

All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
All Known Subinterfaces:
JiraEndpointBuilderFactory.JiraEndpointBuilder
Enclosing interface:
JiraEndpointBuilderFactory

public static interface JiraEndpointBuilderFactory.JiraEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the Jira component.
  • Method Details

    • advanced

    • delay

      Time in milliseconds to elapse for the next poll. The option is a: <code>java.lang.Integer</code> type. Default: 6000 Group: common
      Parameters:
      delay - the value to set
      Returns:
      the dsl builder
    • delay

      Time in milliseconds to elapse for the next poll. The option will be converted to a <code>java.lang.Integer</code> type. Default: 6000 Group: common
      Parameters:
      delay - the value to set
      Returns:
      the dsl builder
    • jiraUrl

      The Jira server url, example: http://my_jira.com:8081. The option is a: <code>java.lang.String</code> type. Required: true Group: common
      Parameters:
      jiraUrl - the value to set
      Returns:
      the dsl builder
    • accessToken

      (OAuth or Personal Access Token authentication) The access token generated by the Jira server. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      accessToken - the value to set
      Returns:
      the dsl builder
    • consumerKey

      (OAuth only) The consumer key from Jira settings. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      consumerKey - the value to set
      Returns:
      the dsl builder
    • password

      (Basic authentication only) The password or the API Token to authenticate to the Jira server. Use only if username basic authentication is used. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      password - the value to set
      Returns:
      the dsl builder
    • privateKey

      (OAuth only) The private key generated by the client to encrypt the conversation to the server. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      privateKey - the value to set
      Returns:
      the dsl builder
    • username

      (Basic authentication only) The username to authenticate to the Jira server. Use only if OAuth is not enabled on the Jira server. Do not set the username and OAuth token parameter, if they are both set, the username basic authentication takes precedence. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      username - the value to set
      Returns:
      the dsl builder
    • verificationCode

      default JiraEndpointBuilderFactory.JiraEndpointProducerBuilder verificationCode(String verificationCode)
      (OAuth only) The verification code from Jira generated in the first step of the authorization proccess. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      verificationCode - the value to set
      Returns:
      the dsl builder